From 14c2fdf040e04d17da22ad2baef42aee26fc25c3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 27 Mar 2011 01:58:58 +0100 Subject: bump version to 1.2, add NEWS.txt to dist archive --- argparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argparse.py') 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', -- cgit v1.2.1