We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf2b6a commit 7d6f6a7Copy full SHA for 7d6f6a7
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# 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
8
## Version 1.0.7
9
* fixed crash before proper error message for invalid choice of non-string
10
objects.
generic_parser/__init__.py
@@ -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]"
11
__license__ = "MIT"
0 commit comments