diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 17:44:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 17:44:21 (GMT) |
commit | 997d05d89ff918745ca1240f59c2081776857282 (patch) | |
tree | 3b58ec416574ee900e35761a2bf5073eef30a079 /Lib | |
parent | 3eab6b363a968e907605fe749d12941c3be29761 (diff) | |
parent | 88f4dd64513a9738eaec6a1228c62dd4ab3dbafe (diff) | |
download | cpython-997d05d89ff918745ca1240f59c2081776857282.zip cpython-997d05d89ff918745ca1240f59c2081776857282.tar.gz cpython-997d05d89ff918745ca1240f59c2081776857282.tar.bz2 |
merge
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index f8af1b3..83d7cb7 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.3.1" +__version__ = "3.3.2" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 13b2b9b..b7ff0f8 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.1" +IDLE_VERSION = "3.3.2" |