[Zope-Checkins] SVN: Zope/branches/2.13/ Prepare Zope2 2.13.2.

Hanno Schlichting hannosch at hannosch.eu
Wed Jan 19 15:53:26 EST 2011


Log message for revision 119732:
  Prepare Zope2 2.13.2.

Changed:
  U   Zope/branches/2.13/doc/CHANGES.rst
  U   Zope/branches/2.13/setup.py
  U   Zope/branches/2.13/versions.cfg

-=-
Modified: Zope/branches/2.13/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.13/doc/CHANGES.rst	2011-01-19 20:44:10 UTC (rev 119731)
+++ Zope/branches/2.13/doc/CHANGES.rst	2011-01-19 20:53:25 UTC (rev 119732)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.13.2 (unreleased)
+2.13.2 (2011-01-19)
 -------------------
 
 Bugs Fixed
@@ -22,6 +22,9 @@
 Features Added
 ++++++++++++++
 
+- Report success or failure (when known) of creating a new user with the
+  `addzope2user` script.
+
 - Added `addzope2user` script, suitable for adding an admin user directly to
   the root acl_users folder.
 

Modified: Zope/branches/2.13/setup.py
===================================================================
--- Zope/branches/2.13/setup.py	2011-01-19 20:44:10 UTC (rev 119731)
+++ Zope/branches/2.13/setup.py	2011-01-19 20:53:25 UTC (rev 119732)
@@ -23,7 +23,7 @@
 
 
 setup(name='Zope2',
-    version='2.13.2dev',
+    version='2.13.2',
     url='http://zope2.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',

Modified: Zope/branches/2.13/versions.cfg
===================================================================
--- Zope/branches/2.13/versions.cfg	2011-01-19 20:44:10 UTC (rev 119731)
+++ Zope/branches/2.13/versions.cfg	2011-01-19 20:53:25 UTC (rev 119732)
@@ -4,7 +4,7 @@
 
 [versions]
 # Zope2-specific
-Zope2 =
+Zope2 = 2.13.2
 AccessControl = 2.13.4
 Acquisition = 2.13.5
 DateTime = 2.12.6



More information about the Zope-Checkins mailing list