Skip to content

Commit

Permalink
[skip ci] bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Sep 6, 2020
1 parent ecdffde commit d96742b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
- INTERNAL
- add markdown linting to CI (markdownlint-cli)
- add spellchecking to CI (spellcheck-cli)
- add broken link check to CI (broken-link-checker)
- upgrade CI pipeline to use Hugo v0.74.3
- publish to dockerhub and quay.io
2 changes: 1 addition & 1 deletion ansibledoctor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Robert Kaussow"
__project__ = "ansible-doctor"
__version__ = "0.1.5"
__version__ = "0.1.6"
__license__ = "GPL-3.0"
__maintainer__ = "Robert Kaussow"
__email__ = "[email protected]"
Expand Down

0 comments on commit d96742b

Please sign in to comment.