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/distutils | |
parent | f38b2b4ab13633d7cc1348ba8b083605a5d41a90 (diff) | |
download | cpython-f0fa1b2f670334f9f4b123e6ecb65c3beef979ed.zip cpython-f0fa1b2f670334f9f4b123e6ecb65c3beef979ed.tar.gz cpython-f0fa1b2f670334f9f4b123e6ecb65c3beef979ed.tar.bz2 |
version becomes 3.1.2v3.1.2
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 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-- |