[Checkins] SVN: cipher.configstore/trunk/ Prepare for release: change log, version bump.

Albertas Agejevas cvs-admin at zope.org
Tue Jun 5 19:56:10 UTC 2012


Log message for revision 126601:
  Prepare for release: change log, version bump.
  

Changed:
  U   cipher.configstore/trunk/CHANGES.txt
  U   cipher.configstore/trunk/setup.py

-=-
Modified: cipher.configstore/trunk/CHANGES.txt
===================================================================
--- cipher.configstore/trunk/CHANGES.txt	2012-06-05 19:52:16 UTC (rev 126600)
+++ cipher.configstore/trunk/CHANGES.txt	2012-06-05 19:56:06 UTC (rev 126601)
@@ -2,12 +2,14 @@
 CHANGES
 =======
 
-1.2.1 (unreleased)
+1.2.1 (2012-06-05)
 ------------------
 
-- Nothing changed yet.
+- Added support for zope.schema.Set fields.
 
+- Fixed a bug where __init__ was used to empty a container.
 
+
 1.2.0 (2012-04-06)
 ------------------
 

Modified: cipher.configstore/trunk/setup.py
===================================================================
--- cipher.configstore/trunk/setup.py	2012-06-05 19:52:16 UTC (rev 126600)
+++ cipher.configstore/trunk/setup.py	2012-06-05 19:56:06 UTC (rev 126601)
@@ -23,7 +23,7 @@
 
 setup(
     name='cipher.configstore',
-    version='1.2.1.dev0',
+    version='1.2.1',
     url="http://pypi.python.org/pypi/cipher.configstore/",
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',



More information about the checkins mailing list