diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 08:19:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 08:19:03 (GMT) |
commit | c186b237993ac0c1c6ee1a195754702cc01625d7 (patch) | |
tree | 7cd304eb9a226449c2ed705f082115a27dc47ca2 /Lib/distutils | |
parent | bb386cf810b9447ca819437c6009ac6aa2a00a8b (diff) | |
download | cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.zip cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.gz cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.bz2 |
Bump to 3.3.5rc2.v3.3.5rc2
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index b79071a..7d40ab4 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.5rc1" +__version__ = "3.3.5rc2" #--end constants-- |