Skip to content

Commit

Permalink
Bump version: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael-Le-Garrec committed Nov 27, 2019
1 parent 8f39e56 commit b1b2913
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.5
current_version = 1.0.6
commit = True

[bumpversion:file:generic_parser/__init__.py]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Generic-Parser Changelog

## Version 1.0.6
* Fix KeyError for unknown flags

## Version 1.0.5
* Re-release of 1.0.4 on pypi due to release errors

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.5'
version = u'1.0.6'
# The full version, including alpha/beta/rc tags.
release = u'1.0.5'
release = u'1.0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion generic_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Expose the main functionalities
from generic_parser.entrypoint_parser import EntryPoint, EntryPointParameters, entrypoint
from generic_parser.tools import DotDict
__version__ = "1.0.5"
__version__ = "1.0.6"

0 comments on commit b1b2913

Please sign in to comment.