[Python-checkins] python/nondist/sandbox/setuptools/setuptools __init__.py, 1.19, 1.20
pje@users.sourceforge.net
pje at users.sourceforge.net
Sat Jul 16 18:17:32 CEST 2005
- Previous message: [Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.41, 1.42 ez_setup.py, 1.19, 1.20 setup.py, 1.30, 1.31 setuptools.txt, 1.13, 1.14
- Next message: [Python-checkins] python/nondist/sandbox/setuptools/setuptools/command egg_info.py, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/nondist/sandbox/setuptools/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21218/setuptools
Modified Files:
__init__.py
Log Message:
prep for 0.5a13 release
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setuptools/__init__.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- __init__.py 13 Jul 2005 00:10:00 -0000 1.19
+++ __init__.py 16 Jul 2005 16:17:29 -0000 1.20
@@ -7,7 +7,7 @@
from distutils.util import convert_path
import os.path
-__version__ = '0.5a12'
+__version__ = '0.5a13'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'
- Previous message: [Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.41, 1.42 ez_setup.py, 1.19, 1.20 setup.py, 1.30, 1.31 setuptools.txt, 1.13, 1.14
- Next message: [Python-checkins] python/nondist/sandbox/setuptools/setuptools/command egg_info.py, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list