Skip to content

Commit 7d6f6a7

Browse files
Bump version to v1.0.8
1 parent bcf2b6a commit 7d6f6a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Generic-Parser Changelog
2+
3+
## Version 1.0.8
4+
* revamp of the documentation
5+
* fixed a format string error when a choice is not correct for a list argument
6+
* fixed a setenv issue for Github actions
7+
28
## Version 1.0.7
39
* fixed crash before proper error message for invalid choice of non-string
410
objects.

generic_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "generic_parser"
66
__description__ = "A parser for arguments and config-files that also allows direct python input."
77
__url__ = "https://github.com/pylhc/generic_parser"
8-
__version__ = "1.0.7"
8+
__version__ = "1.0.8"
99
__author__ = "pylhc"
1010
__author_email__ = "[email protected]"
1111
__license__ = "MIT"

0 commit comments

Comments
 (0)