Skip to content

Commit

Permalink
Bump version to v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael-Le-Garrec committed Nov 26, 2020
1 parent bcf2b6a commit 7d6f6a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Generic-Parser Changelog

## Version 1.0.8
* revamp of the documentation
* fixed a format string error when a choice is not correct for a list argument
* fixed a setenv issue for Github actions

## Version 1.0.7
* fixed crash before proper error message for invalid choice of non-string
objects.
Expand Down
2 changes: 1 addition & 1 deletion generic_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__title__ = "generic_parser"
__description__ = "A parser for arguments and config-files that also allows direct python input."
__url__ = "https://github.com/pylhc/generic_parser"
__version__ = "1.0.7"
__version__ = "1.0.8"
__author__ = "pylhc"
__author_email__ = "[email protected]"
__license__ = "MIT"

0 comments on commit 7d6f6a7

Please sign in to comment.