[Checkins] SVN: z3c.ptcompat/trunk/ Back to development: 0.5.8

Michael Howitz mh at gocept.com
Thu Nov 25 02:55:31 EST 2010


Log message for revision 118578:
  Back to development: 0.5.8

Changed:
  U   z3c.ptcompat/trunk/CHANGES.txt
  U   z3c.ptcompat/trunk/setup.py

-=-
Modified: z3c.ptcompat/trunk/CHANGES.txt
===================================================================
--- z3c.ptcompat/trunk/CHANGES.txt	2010-11-25 07:54:43 UTC (rev 118577)
+++ z3c.ptcompat/trunk/CHANGES.txt	2010-11-25 07:55:30 UTC (rev 118578)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.5.8 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.5.7 (2010-11-25)
 ------------------
 
@@ -14,7 +20,7 @@
 
 - Remove broken templates from registry during engine migration. In
   some testing situation, stale templates would be tracked in the
-  regitry.
+  regsitry.
 
 - Existing template instances are now migrated to the right engine
   when using the ``enable`` and ``disable`` methods. [malthe]

Modified: z3c.ptcompat/trunk/setup.py
===================================================================
--- z3c.ptcompat/trunk/setup.py	2010-11-25 07:54:43 UTC (rev 118577)
+++ z3c.ptcompat/trunk/setup.py	2010-11-25 07:55:30 UTC (rev 118578)
@@ -6,7 +6,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 
-version = '0.5.7'
+version = '0.5.8dev'
 
 tests_require = [
     'lxml',



More information about the checkins mailing list