[Checkins] SVN: megrok.z3cform.tabular/trunk/ Back to development: 0.3

Christian Klinger cklinger at novareto.de
Mon Oct 26 11:10:47 EDT 2009


Log message for revision 105301:
  Back to development: 0.3

Changed:
  U   megrok.z3cform.tabular/trunk/docs/HISTORY.txt
  U   megrok.z3cform.tabular/trunk/setup.py

-=-
Modified: megrok.z3cform.tabular/trunk/docs/HISTORY.txt
===================================================================
--- megrok.z3cform.tabular/trunk/docs/HISTORY.txt	2009-10-26 15:10:27 UTC (rev 105300)
+++ megrok.z3cform.tabular/trunk/docs/HISTORY.txt	2009-10-26 15:10:47 UTC (rev 105301)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.3 (unreleased)
+----------------
+
+- Nothing changed yet.
+
+
 0.2 (2009-10-26)
 ----------------
 

Modified: megrok.z3cform.tabular/trunk/setup.py
===================================================================
--- megrok.z3cform.tabular/trunk/setup.py	2009-10-26 15:10:27 UTC (rev 105300)
+++ megrok.z3cform.tabular/trunk/setup.py	2009-10-26 15:10:47 UTC (rev 105301)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2'
+version = '0.3dev'
 readme = open(os.path.join('src', 'megrok', 'z3cform', 'tabular', 'README.txt')).read()
 
 setup(name='megrok.z3cform.tabular',



More information about the checkins mailing list