diff options
| author | Benjamin Peterson <benjamin@python.org> | 2011-05-29 21:06:00 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2011-05-29 21:06:00 (GMT) |
| commit | 9a63745273522db31d6dea5a45db38d2af5fef55 (patch) | |
| tree | c146ac4227238c60c59312233dc1236b5654e914 /Lib | |
| parent | e4427bf9c9ff096ab10589b7aba1e2a6f9c3093f (diff) | |
| download | cpython-9a63745273522db31d6dea5a45db38d2af5fef55.zip cpython-9a63745273522db31d6dea5a45db38d2af5fef55.tar.gz cpython-9a63745273522db31d6dea5a45db38d2af5fef55.tar.bz2 | |
bump to 3.1.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 6f55f01..5f8425f 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.3" +__version__ = "3.1.4rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 8ee61a2..fa89048 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.3" +IDLE_VERSION = "3.1.4rc1" |
