[Checkins] SVN: zam.api/trunk/ Preparing release 0.7.0

Michael Howitz mh at gocept.com
Thu Jan 13 05:05:43 EST 2011


Log message for revision 119555:
  Preparing release 0.7.0

Changed:
  U   zam.api/trunk/CHANGES.txt
  U   zam.api/trunk/setup.py

-=-
Modified: zam.api/trunk/CHANGES.txt
===================================================================
--- zam.api/trunk/CHANGES.txt	2011-01-13 09:26:24 UTC (rev 119554)
+++ zam.api/trunk/CHANGES.txt	2011-01-13 10:05:43 UTC (rev 119555)
@@ -3,8 +3,8 @@
 =======
 
 
-Version 0.6.2 (unreleased)
---------------------------
+0.7.0 (2011-01-13)
+------------------
 
 - Updated test set up and tests to run with ZTK 1.0 and current z3c.form
   version.
@@ -17,36 +17,36 @@
 
 - Fixed package metadata, added doctests top `long_description`.
 
-Version 0.6.1 (2009-07-06)
---------------------------
+0.6.1 (2009-07-06)
+------------------
 
-- Remove deprecation warnings.
+- Removed deprecation warnings.
 
-Version 0.6.0 (2009-07-06)
---------------------------
+0.6.0 (2009-07-06)
+------------------
 
 - Updating tests and dependencies to work with latest versions of packages.
 
-Version 0.5.3 (2008-06-07)
------------------------------
+0.5.3 (2008-06-07)
+------------------
 
 - A test dependency (zope.app.session) was missing
   (still checking with KGS 3.4)
 
-Version 0.5.2 (2008-04-11)
---------------------------
+0.5.2 (2008-04-11)
+------------------
 
 - Simplify ftesting setup, removed duplicated configuration. Make it better
   reusable. Now we can include app.zcml and mixin ftesting.zcml at the same
   time in plugin tests.
 
-Version 0.5.1 (2008-04-13)
---------------------------
+0.5.1 (2008-04-13)
+------------------
 
 - Added new plugin layer for zamplugin.contents plugin
 
-Version 0.5.0 (2008-04-11)
---------------------------
+0.5.0 (2008-04-11)
+------------------
 
 - Now plugin provides it's own management form. By default the PluginManagement
   page can be used which is a mixin of IContentProvider and IForm. This makes

Modified: zam.api/trunk/setup.py
===================================================================
--- zam.api/trunk/setup.py	2011-01-13 09:26:24 UTC (rev 119554)
+++ zam.api/trunk/setup.py	2011-01-13 10:05:43 UTC (rev 119555)
@@ -24,7 +24,7 @@
 
 setup (
     name='zam.api',
-    version='0.7.0dev',
+    version='0.7.0',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "API for ZAM (Zope Application Management",



More information about the checkins mailing list