Commit 4c9e5df1 authored by Marc-André Lemburg's avatar Marc-André Lemburg

Revert to having static version numbers again.

parent 44994ba4
...@@ -12,6 +12,12 @@ used from a setup script as ...@@ -12,6 +12,12 @@ used from a setup script as
__revision__ = "$Id$" __revision__ = "$Id$"
import sys # Distutils version
__version__ = "%d.%d.%d" % sys.version_info[:3] #
del sys # 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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment