Author: ianb Date: 2008-10-27 15:31:43 -0600 (Mon, 27 Oct 2008) New Revision: 3634
Modified: FormEncode/trunk/setup.py Log: Auto-update of version strings Modified: FormEncode/trunk/setup.py =================================================================== --- FormEncode/trunk/setup.py 2008-10-27 21:31:40 UTC (rev 3633) +++ FormEncode/trunk/setup.py 2008-10-27 21:31:43 UTC (rev 3634) @@ -1,7 +1,7 @@ import sys from setuptools import setup -version = '1.0.2' +version = '1.1.1' tests_require = ['nose'] if sys.version < '2.5': ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ FormEncode-CVS mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/formencode-cvs
