diff options
author | Georg Brandl <georg@python.org> | 2014-10-12 06:50:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-12 06:50:38 (GMT) |
commit | 439d88542ef77d5c867b8298e4c2c6be4a412a5e (patch) | |
tree | b2905d5e989844d02e8be47d1b2d574e1c1ddaee /Lib | |
parent | b3ac84322fe6dd542aa755779cdbc155edca8064 (diff) | |
download | cpython-439d88542ef77d5c867b8298e4c2c6be4a412a5e.zip cpython-439d88542ef77d5c867b8298e4c2c6be4a412a5e.tar.gz cpython-439d88542ef77d5c867b8298e4c2c6be4a412a5e.tar.bz2 |
Bump to 3.2.6v3.2.6
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 382e4b1..6eb79cb 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.2.6rc1" +__version__ = "3.2.6" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index b69949d..643ea9f 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.6rc1" +IDLE_VERSION = "3.2.6" |