[Checkins] SVN: zc.freeze/trunk/ Prepare for release.

Zvezdan Petkovic zvezdan at zope.com
Fri Apr 8 15:07:19 EDT 2011


Log message for revision 121353:
  Prepare for release.
  
  

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

-=-
Modified: zc.freeze/trunk/CHANGES.txt
===================================================================
--- zc.freeze/trunk/CHANGES.txt	2011-04-08 19:00:18 UTC (rev 121352)
+++ zc.freeze/trunk/CHANGES.txt	2011-04-08 19:07:19 UTC (rev 121353)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.2 (unreleased)
+1.2 (2011-04-08)
 ================
 
 - Updated tests to run with ZTK 1.0.
@@ -10,7 +10,7 @@
 - Using Python's `doctest` module instead of the deprecated
   `zope.testing.doctest`.
 
-- Depend on a newer bug-fix version of zope.locking
+- Depend on a newer bug-fix version of `zope.locking`.
 
 
 1.1

Modified: zc.freeze/trunk/setup.py
===================================================================
--- zc.freeze/trunk/setup.py	2011-04-08 19:00:18 UTC (rev 121352)
+++ zc.freeze/trunk/setup.py	2011-04-08 19:07:19 UTC (rev 121353)
@@ -19,7 +19,7 @@
 
 setup(
     name="zc.freeze",
-    version="1.2dev",
+    version="1.2",
     author='Zope Project',
     author_email='zope-dev at zope.org',
     description=__doc__,



More information about the checkins mailing list