diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-03-20 20:47:27 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-03-20 20:47:27 (GMT) |
| commit | f0fa1b2f670334f9f4b123e6ecb65c3beef979ed (patch) | |
| tree | e9be9ba0ae59d89d7d0922998e35a090a5893617 /Lib | |
| parent | f38b2b4ab13633d7cc1348ba8b083605a5d41a90 (diff) | |
| download | cpython-3.1.2.zip cpython-3.1.2.tar.gz cpython-3.1.2.tar.bz2 | |
version becomes 3.1.2v3.1.2
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 2e6a6fb..6dca599 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.2rc1" +__version__ = "3.1.2" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index e14e074..0b2a662 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.2rc1" +IDLE_VERSION = "3.1.2" |
