diff options
| author | Georg Brandl <georg@python.org> | 2014-03-09 08:37:14 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-03-09 08:37:14 (GMT) |
| commit | fbd7518a412b162a0b749f6df71b3105140ab253 (patch) | |
| tree | e8a63fbf8c343525699b75c7d07f82cc2af10bda /Lib | |
| parent | 444c1710f3fc1106cb61183b8d5be660456a4509 (diff) | |
| download | cpython-3.3.5.zip cpython-3.3.5.tar.gz cpython-3.3.5.tar.bz2 | |
Bump to 3.3.5 final.v3.3.5
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 7d40ab4..2e8719f 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.5rc2" +__version__ = "3.3.5" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index a984854..044bef9 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.5rc2" +IDLE_VERSION = "3.3.5" |
