diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 (GMT) |
commit | 392851624f4a594f20abb7cdc08d718c71a35cd6 (patch) | |
tree | f5f5ae42dea040c66be81979cab909971c5dba8a /Lib | |
parent | 6a86a62049abd4cf6094c30126ca15a41af7efc9 (diff) | |
download | cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.zip cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.tar.gz cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.tar.bz2 |
bump version to 3.1 final :)
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 374ccf5..73c77f1 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.1rc2" +__version__ = "3.1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 71f5481..c3314d5 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1rc2" +IDLE_VERSION = "3.1" |