[Assorted-commits] SF.net SVN: assorted:[1628] python-commons/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2010-04-18 00:41:22
|
Revision: 1628 http://assorted.svn.sourceforge.net/assorted/?rev=1628&view=rev Author: yangzhang Date: 2010-04-18 00:41:16 +0000 (Sun, 18 Apr 2010) Log Message: ----------- updated version numbers for 0.7 release Modified Paths: -------------- python-commons/trunk/setup.py python-commons/trunk/src/commons/__init__.py Modified: python-commons/trunk/setup.py =================================================================== --- python-commons/trunk/setup.py 2010-04-18 00:39:48 UTC (rev 1627) +++ python-commons/trunk/setup.py 2010-04-18 00:41:16 UTC (rev 1628) @@ -9,7 +9,7 @@ pkg_info_text = """ Metadata-Version: 1.1 Name: python-commons -Version: 0.6 +Version: 0.7 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 2010-04-18 00:39:48 UTC (rev 1627) +++ python-commons/trunk/src/commons/__init__.py 2010-04-18 00:41:16 UTC (rev 1628) @@ -10,7 +10,7 @@ @license: PSF """ -__version__ = ( 0, 6, 0 ) +__version__ = ( 0, 7, 0 ) __all__ = [ 'async', 'control', 'decs', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |