diff --git a/README.md b/README.md index 3b82210..8a830a3 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,25 @@ For installation and usage details see docs. Documnetation is here: http://sphinx-argparse.readthedocs.org/en/latest/ +Changelog: +------------------------------ +0.1.5 + +Fix issue: epilog is ignored (James Anderson - https://github.com/jamesra) + +------------------------------ +0.1.4 + +Fix issue #3: ==SUPPRESS== in option list with no default value + +------------------------------ +0.1.2 + +Fix issue with subcommands (by Tony Narlock - https://github.com/tony) + +------------------------------ +0.1.1 + +Initial version +------------------------------ diff --git a/setup.py b/setup.py index 9d0cbda..3050e2e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='sphinx-argparse', - version='0.1.4', + version='0.1.5', packages=[ 'sphinxarg', ],