diff options
author | Georg Brandl <georg@python.org> | 2012-06-26 07:43:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-26 07:43:40 (GMT) |
commit | d08cec6d62394c2b5cc0986a59354fc09868ec1e (patch) | |
tree | 4624bbb50894e70c1db42ca162084c214e9e4463 /Lib | |
parent | dba3b5ce07a490dea9af78a3882131cd74696bcc (diff) | |
download | cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.zip cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.tar.gz cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.tar.bz2 |
Bump version to 3.3.0b1.v3.3.0b1
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 0da0d84..7a7b8d6 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.0a4" +__version__ = "3.3.0b1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 44811af..7de1b07 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0a4" +IDLE_VERSION = "3.3.0b1" |