diff options
author | Georg Brandl <georg@python.org> | 2014-10-04 12:22:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-04 12:22:11 (GMT) |
commit | 76e73f85a3a9d7d4210f45ac020c5e5ce5323d80 (patch) | |
tree | a87b89efbf28a357d8c859d9cece19ae042c4788 /Lib | |
parent | 736b8012b42be24dd26b57bd443a576cc37c116c (diff) | |
download | cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.zip cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.tar.gz cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.tar.bz2 |
Bump to 3.3.6rc1
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 2e8719f..c58e98d 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.5" +__version__ = "3.3.6rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 044bef9..be6a992 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.5" +IDLE_VERSION = "3.3.6rc1" |