summaryrefslogtreecommitdiff
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
parentfad405205cefda770a093d205227eaad5dcb0aa4 (diff)
downloadargparse-4b2d71df445cc2541c22330f6ebc0b8368a880f5.tar.gz
bump version to 1.2.1, add py 3.2 to the tested listr121
-rw-r--r--README.txt2
-rw-r--r--argparse.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 098bc43..a16fb10 100644
--- a/README.txt
+++ b/README.txt
@@ -21,7 +21,7 @@ Compatibility
argparse should work on Python >= 2.3, it was tested on:
* 2.3.5, 2.4.4, 2.5.5, 2.6.5 and 2.7
-* 3.1
+* 3.1, 3.2
Installation
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',