]> granicus.if.org Git - python/commitdiff
Revert to having static version numbers again.
authorMarc-André Lemburg <mal@egenix.com>
Wed, 16 Aug 2006 08:13:26 +0000 (08:13 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 16 Aug 2006 08:13:26 +0000 (08:13 +0000)
Lib/distutils/__init__.py

index 9c60e54690e9682d89e2d4a4733c3a819e24d284..21d34c767bc5187f23046354476b4708b8e6fd72 100644 (file)
@@ -12,6 +12,12 @@ used from a setup script as
 
 __revision__ = "$Id$"
 
-import sys
-__version__ = "%d.%d.%d" % sys.version_info[:3]
-del sys
+# Distutils version
+#
+# Please coordinate with Marc-Andre Lemburg <mal@egenix.com> when adding
+# new features to distutils that would warrant bumping the version number.
+#
+# In general, major and minor version should loosely follow the Python
+# version number the distutils code was shipped with.
+#
+__version__ = "2.5.0"