summaryrefslogtreecommitdiff
path: root/argparse.py
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 /argparse.py
parent30df681cbb9546f29d732d32d68b63a8eb594431 (diff)
downloadargparse-14c2fdf040e04d17da22ad2baef42aee26fc25c3.tar.gz
bump version to 1.2, add NEWS.txt to dist archive
Diffstat (limited to 'argparse.py')
-rw-r--r--argparse.py2
1 files changed, 1 insertions, 1 deletions
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',