[Checkins] SVN: zc.datetimewidget/trunk/ Back to development: 0.6.4dev

Michael Howitz mh at gocept.com
Mon Aug 24 06:08:15 EDT 2009


Log message for revision 103127:
  Back to development: 0.6.4dev

Changed:
  U   zc.datetimewidget/trunk/CHANGES.txt
  U   zc.datetimewidget/trunk/setup.py

-=-
Modified: zc.datetimewidget/trunk/CHANGES.txt
===================================================================
--- zc.datetimewidget/trunk/CHANGES.txt	2009-08-24 10:07:50 UTC (rev 103126)
+++ zc.datetimewidget/trunk/CHANGES.txt	2009-08-24 10:08:15 UTC (rev 103127)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+0.6.4 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.6.3 (2009-08-24)
 ------------------
 

Modified: zc.datetimewidget/trunk/setup.py
===================================================================
--- zc.datetimewidget/trunk/setup.py	2009-08-24 10:07:50 UTC (rev 103126)
+++ zc.datetimewidget/trunk/setup.py	2009-08-24 10:08:15 UTC (rev 103127)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zc.datetimewidget',
-      version = '0.6.3',
+      version = '0.6.4dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Javascript-based widgets for date and datetime fields.',



More information about the Checkins mailing list