Author: ianb
Date: 2009-03-05 10:53:16 -0700 (Thu, 05 Mar 2009)
New Revision: 3800
Modified:
FormEncode/trunk/setup.py
Log:
Auto-update of version strings
Modified: FormEncode/trunk/setup.py
===================================================================
--- FormEncode/trunk/setup.py 2009-03-05 17:53:13 UTC (rev 3799)
+++ FormEncode/trunk/setup.py 2009-03-05 17:53:16 UTC (rev 3800)
@@ -1,7 +1,7 @@
import sys
from setuptools import setup
-version = '1.2.2'
+version = '1.2.3'
tests_require = ['nose']
if sys.version < '2.5':
|