summaryrefslogtreecommitdiff
path: root/argparse.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-31 23:44:11 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-31 23:44:11 +0200
commit4b2d71df445cc2541c22330f6ebc0b8368a880f5 (patch)
tree35597ff9451ffaea43c3b3ef278aad5a9363a545 /argparse.py
parentfad405205cefda770a093d205227eaad5dcb0aa4 (diff)
downloadargparse-4b2d71df445cc2541c22330f6ebc0b8368a880f5.tar.gz
bump version to 1.2.1, add py 3.2 to the tested listr121
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 3bdcd33..32d948c 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.2'
+__version__ = '1.2.1'
__all__ = [
'ArgumentParser',
'ArgumentError',