diff options
author | Georg Brandl <georg@python.org> | 2014-01-25 08:19:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-25 08:19:50 (GMT) |
commit | 18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898 (patch) | |
tree | a850a20f446ad0ca111ccbe1ca46d00e3664c0e5 /Lib | |
parent | 12e18c3d01915309e96d5c8b198ae994061c7838 (diff) | |
download | cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.zip cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.tar.gz cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.tar.bz2 |
Bump to 3.3.4rc1.
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 6747ab8..8a637d1 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.3" +__version__ = "3.3.4rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 60f1d32..a51920b 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.3" +IDLE_VERSION = "3.3.4rc1" |