diff options
author | Georg Brandl <georg@python.org> | 2012-08-25 10:16:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-08-25 10:16:37 (GMT) |
commit | 4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1 (patch) | |
tree | f44a3644a9ef79694cef9275e98254a2117bfd68 /Lib | |
parent | d183f0be0bf274390cc38cb44e4fe9bfbf74084e (diff) | |
download | cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.zip cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.gz cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.bz2 |
Bump to 3.3.0rc1.v3.3.0rc1
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 1504277..8d73b51 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.0b2" +__version__ = "3.3.0rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index db5b373..4a65a88 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0b2" +IDLE_VERSION = "3.3.0rc1" |