summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-27 01:58:58 +0100
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-27 01:58:58 +0100
commit14c2fdf040e04d17da22ad2baef42aee26fc25c3 (patch)
tree9380f48f4a839851d9c8050c5d82ee9fae9fe3cd
parent30df681cbb9546f29d732d32d68b63a8eb594431 (diff)
downloadargparse-14c2fdf040e04d17da22ad2baef42aee26fc25c3.tar.gz
bump version to 1.2, add NEWS.txt to dist archive
-rw-r--r--MANIFEST.in2
-rw-r--r--argparse.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 803a683..9f118cc 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include README.txt LICENSE.txt
+include README.txt LICENSE.txt NEWS.txt
recursive-include doc *
diff --git a/argparse.py b/argparse.py
index 3457867..bfd6127 100644
--- a/argparse.py
+++ b/argparse.py
@@ -61,7 +61,7 @@ considered public as object names -- the API of the formatter objects is
still considered an implementation detail.)
"""
-__version__ = '1.1'
+__version__ = '1.2'
__all__ = [
'ArgumentParser',
'ArgumentError',