diff options
| author | Georg Brandl <georg@python.org> | 2012-09-29 09:04:54 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-09-29 09:04:54 +0200 |
| commit | c7dcd50e4ec3e7d1269b1a82adf428f7096ba420 (patch) | |
| tree | 5f5dae5789df09b9aa4aa699d951edd0422ce9cb /Lib | |
| parent | d6e857b0da954db1b39afba67d9072252abade57 (diff) | |
| download | cpython-git-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.gz | |
Bump version to 3.3.0 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 b755eaaf2c..345ac4f8dd 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.3.0rc3" +__version__ = "3.3.0" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index ff6cb72c82..8d8317dd29 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0rc3" +IDLE_VERSION = "3.3.0" |
