diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-26 00:27:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-26 00:27:24 (GMT) |
commit | af358ef3998dab057829a83a00f0cd92fc7a9978 (patch) | |
tree | f523d209a2d5068c886d7ec4a15312298f2a3a53 /Lib | |
parent | d58cec2a8799a483bd4b7b9298491514895e9fdf (diff) | |
download | cpython-af358ef3998dab057829a83a00f0cd92fc7a9978.zip cpython-af358ef3998dab057829a83a00f0cd92fc7a9978.tar.gz cpython-af358ef3998dab057829a83a00f0cd92fc7a9978.tar.bz2 |
2.7.9rc1v2.7.9rc1
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 7b8b924..532f5ea 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7.8" +__version__ = "2.7.9rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index c826882..492a30b 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.8" +IDLE_VERSION = "2.7.9rc1" |