projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5ea1a
)
Distutils version number has been changed from 1.0.1 to 1.0.2pre
author
Thomas Heller
<theller@ctypes.org>
Fri, 16 Mar 2001 21:00:18 +0000
(21:00 +0000)
committer
Thomas Heller
<theller@ctypes.org>
Fri, 16 Mar 2001 21:00:18 +0000
(21:00 +0000)
before this get forgotten again.
Should probably be set to 1.0.2 before final release of python 2.1
Does someone still release distutils separate from python?
Lib/distutils/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/__init__.py
b/Lib/distutils/__init__.py
index 55951090ff98bcd4dc11bf7293f9f7e00229a9e7..bd9761cc25e7ca13a64f3e4eb55c0dcd6690e299 100644
(file)
--- a/
Lib/distutils/__init__.py
+++ b/
Lib/distutils/__init__.py
@@
-10,4
+10,4
@@
used from a setup script as
__revision__ = "$Id$"
-__version__ = "1.0.
1
"
+__version__ = "1.0.
2pre
"