[Checkins] SVN: zope.processlifetime/trunk/ Releasing 2.0

Andrey Lebedev cvs-admin at zope.org
Fri Feb 22 09:37:54 UTC 2013


Log message for revision 129637:
  Releasing 2.0
  
  

Changed:
  U   zope.processlifetime/trunk/CHANGES.txt
  U   zope.processlifetime/trunk/setup.py

-=-
Modified: zope.processlifetime/trunk/CHANGES.txt
===================================================================
--- zope.processlifetime/trunk/CHANGES.txt	2013-02-22 06:47:57 UTC (rev 129636)
+++ zope.processlifetime/trunk/CHANGES.txt	2013-02-22 09:37:53 UTC (rev 129637)
@@ -1,17 +1,18 @@
 zope.processlifetime Changelog
 ==============================
 
-2.0 (unreleased)
+2.0 (2013-02-22)
 ----------------
 
-- Added support for Python 3.2 and 3.3
-
 - Replaced deprecated ``zope.interface.implements`` usage with equivalent
   ``zope.interface.implementer`` decorator.
 
 - Dropped support for Python 2.4 and 2.5.
 
+- Added support for Python 3.2 and 3.3
 
+
+
 1.0 (2009-05-13)
 ----------------
 

Modified: zope.processlifetime/trunk/setup.py
===================================================================
--- zope.processlifetime/trunk/setup.py	2013-02-22 06:47:57 UTC (rev 129636)
+++ zope.processlifetime/trunk/setup.py	2013-02-22 09:37:53 UTC (rev 129637)
@@ -22,7 +22,7 @@
 
 setup(
     name='zope.processlifetime',
-    version = '2.0dev',
+    version = '2.0',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description="Zope process lifetime events",



More information about the checkins mailing list