[Python-checkins] r54641 - python/branches/release25-maint/Lib/distutils/__init__.py

marc-andre.lemburg python-checkins at python.org
Sat Mar 31 23:02:43 CEST 2007


Author: marc-andre.lemburg
Date: Sat Mar 31 23:02:43 2007
New Revision: 54641

Modified:
   python/branches/release25-maint/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.

Backport of r54615.



Modified: python/branches/release25-maint/Lib/distutils/__init__.py
==============================================================================
--- python/branches/release25-maint/Lib/distutils/__init__.py	(original)
+++ python/branches/release25-maint/Lib/distutils/__init__.py	Sat Mar 31 23:02:43 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