[Assorted-commits] SF.net SVN: assorted: [723] python-commons/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 08:27:31
|
Revision: 723 http://assorted.svn.sourceforge.net/assorted/?rev=723&view=rev Author: yangzhang Date: 2008-05-08 01:27:37 -0700 (Thu, 08 May 2008) Log Message: ----------- updated version Modified Paths: -------------- python-commons/trunk/README python-commons/trunk/publish.bash python-commons/trunk/setup.py Modified: python-commons/trunk/README =================================================================== --- python-commons/trunk/README 2008-05-08 08:26:56 UTC (rev 722) +++ python-commons/trunk/README 2008-05-08 08:27:37 UTC (rev 723) @@ -37,9 +37,14 @@ Changes ------- -version 0.3.1 +version 0.4 - removed extraneous debug print statements +- added `logout()` context manager +- added `seq()`, `default_if_none()` +- fixed missing `import` bug +- released for [Mailing List + Filter](http://assorted.sf.net/mailing-list-filter/) version 0.3 Modified: python-commons/trunk/publish.bash =================================================================== --- python-commons/trunk/publish.bash 2008-05-08 08:26:56 UTC (rev 722) +++ python-commons/trunk/publish.bash 2008-05-08 08:27:37 UTC (rev 723) @@ -5,7 +5,7 @@ } fullname='Python Commons' -version=0.3.1 +version=0.4 license=psf websrcs=( README ) rels=( pypi: ) Modified: python-commons/trunk/setup.py =================================================================== --- python-commons/trunk/setup.py 2008-05-08 08:26:56 UTC (rev 722) +++ python-commons/trunk/setup.py 2008-05-08 08:27:37 UTC (rev 723) @@ -9,7 +9,7 @@ pkg_info_text = """ Metadata-Version: 1.1 Name: python-commons -Version: 0.3.1 +Version: 0.4 Author: Yang Zhang Author-email: yaaang NOSPAM at REMOVECAPS gmail Home-page: http://assorted.sourceforge.net/python-commons This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |