diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-23 15:45:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-23 15:45:48 (GMT) |
commit | 36a6558891a010675cd2867a242055db113b7012 (patch) | |
tree | f8da4dc54bc774dc01db73c2f39fc2e6b4be3361 /Lib | |
parent | c9a42070a64af6d75529118b6169ab172218c170 (diff) | |
download | cpython-36a6558891a010675cd2867a242055db113b7012.zip cpython-36a6558891a010675cd2867a242055db113b7012.tar.gz cpython-36a6558891a010675cd2867a242055db113b7012.tar.bz2 |
version now 3.1.5rc1v3.1.5rc1
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 a3e2993..0e42762 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__ = "3.1.4" +__version__ = "3.1.5rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 09f1b72..049da68 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.4" +IDLE_VERSION = "3.1.5rc1" |