summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',