From bdb0a980f7a6a216aa7cc88bd17cced1e89f48eb Mon Sep 17 00:00:00 2001 From: Alex Rudakov Date: Thu, 2 Jan 2014 22:21:35 +0200 Subject: [PATCH] Adding new version + changelog in readme + credits for pull request authors --- README.md | 21 +++++++++++++++++++++ setup.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) 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', ],