[Assorted-commits] SF.net SVN: assorted: [813] python-commons/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-14 18:00:07
|
Revision: 813 http://assorted.svn.sourceforge.net/assorted/?rev=813&view=rev Author: yangzhang Date: 2008-05-14 10:56:42 -0700 (Wed, 14 May 2008) Log Message: ----------- updated version numbers Modified Paths: -------------- python-commons/trunk/publish.bash python-commons/trunk/setup.py python-commons/trunk/src/commons/__init__.py Modified: python-commons/trunk/publish.bash =================================================================== --- python-commons/trunk/publish.bash 2008-05-14 17:47:51 UTC (rev 812) +++ python-commons/trunk/publish.bash 2008-05-14 17:56:42 UTC (rev 813) @@ -4,8 +4,11 @@ epydoc -o $stagedir/doc src/commons/ } +echo 'Remember to keep versions in sync in all three locations:' +echo '__init__.py, README (Changes), setup.bash, and setup.py' + fullname='Python Commons' -version=0.4 +version=0.5 license=psf websrcs=( README ) rels=( pypi: ) Modified: python-commons/trunk/setup.py =================================================================== --- python-commons/trunk/setup.py 2008-05-14 17:47:51 UTC (rev 812) +++ python-commons/trunk/setup.py 2008-05-14 17:56:42 UTC (rev 813) @@ -9,7 +9,7 @@ pkg_info_text = """ Metadata-Version: 1.1 Name: python-commons -Version: 0.4 +Version: 0.5 Author: Yang Zhang Author-email: yaaang NOSPAM at REMOVECAPS gmail Home-page: http://assorted.sourceforge.net/python-commons Modified: python-commons/trunk/src/commons/__init__.py =================================================================== --- python-commons/trunk/src/commons/__init__.py 2008-05-14 17:47:51 UTC (rev 812) +++ python-commons/trunk/src/commons/__init__.py 2008-05-14 17:56:42 UTC (rev 813) @@ -10,7 +10,7 @@ @license: PSF """ -__version__ = ( 0, 2, 0 ) +__version__ = ( 0, 5, 0 ) __all__ = [ 'async', 'control', 'decs', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |