diff options
| author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-05 09:08:59 +0000 |
|---|---|---|
| committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-05 09:08:59 +0000 |
| commit | 7126baf0a432aac54faee9bffcb78e93e67bced8 (patch) | |
| tree | 4f9999cfd499791820729e499f2b073bb890ccdd /__init__.py | |
| parent | 77931446b65e84f947756a3a32eecf0cf3a05fde (diff) | |
| download | python-setuptools-git-7126baf0a432aac54faee9bffcb78e93e67bced8.tar.gz | |
Merged revisions 69285 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69285 | tarek.ziade | 2009-02-05 10:06:23 +0100 (Thu, 05 Feb 2009) | 1 line
Fix comment for #1835
........
Diffstat (limited to '__init__.py')
| -rw-r--r-- | __init__.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/__init__.py b/__init__.py index 34fc008a..1cf8a6ea 100644 --- a/__init__.py +++ b/__init__.py @@ -12,13 +12,8 @@ __revision__ = "$Id$" # Distutils version # -# Please coordinate with Marc-Andre Lemburg <mal@egenix.com> when adding -# new features to distutils that would warrant bumping the version number. +# Updated automatically by the Python release process. # -# In general, major and minor version should loosely follow the Python -# version number the distutils code was shipped with. -# - #--start constants-- __version__ = "3.1a0" #--end constants-- |
