[Python-checkins] r60515 - python/trunk/Lib/distutils/__init__.py

marc-andre.lemburg python-checkins at python.org
Fri Feb 1 23:58:18 CET 2008


Author: marc-andre.lemburg
Date: Fri Feb  1 23:58:17 2008
New Revision: 60515

Modified:
   python/trunk/Lib/distutils/__init__.py
Log:
Bump distutils version number to match Python version.



Modified: python/trunk/Lib/distutils/__init__.py
==============================================================================
--- python/trunk/Lib/distutils/__init__.py	(original)
+++ python/trunk/Lib/distutils/__init__.py	Fri Feb  1 23:58:17 2008
@@ -20,4 +20,4 @@
 # In general, major and minor version should loosely follow the Python
 # version number the distutils code was shipped with.
 #
-__version__ = "2.5.1"
+__version__ = "2.6.0"


More information about the Python-checkins mailing list