Bump the patch level version of distutils since there were a few bug fixes
since the 2.5.0 release. Backport of r54615.
This commit is contained in:
parent
48642d4a0a
commit
530698235d
|
@ -20,4 +20,4 @@ __revision__ = "$Id$"
|
|||
# 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"
|
||||
|
|
Loading…
Reference in New Issue