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

marc-andre.lemburg python-checkins at python.org
Fri Mar 30 17:01:43 CEST 2007


Author: marc-andre.lemburg
Date: Fri Mar 30 17:01:42 2007
New Revision: 54615

Modified:
   python/trunk/Lib/distutils/__init__.py
Log:
Bump the patch level version of distutils since there were a few bug fixes since
the 2.5.0 release.



Modified: python/trunk/Lib/distutils/__init__.py
==============================================================================
--- python/trunk/Lib/distutils/__init__.py	(original)
+++ python/trunk/Lib/distutils/__init__.py	Fri Mar 30 17:01:42 2007
@@ -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.0"
+__version__ = "2.5.1"


More information about the Python-checkins mailing list