[Zope-Checkins] SVN: Zope/branches/2.12/ prepare

2012-09-18 Thread Hano Schlichting
Log message for revision 127857:
  prepare

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

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===
--- Zope/branches/2.12/doc/CHANGES.rst  2012-09-17 21:16:44 UTC (rev 127856)
+++ Zope/branches/2.12/doc/CHANGES.rst  2012-09-18 11:22:32 UTC (rev 127857)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.12.25 (unreleased)
+2.12.25 (2012-09-18)
 
 
 - Explicitly declared ZTUtils APIs as public (repairs breakages in apps

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2012-09-17 21:16:44 UTC (rev 127856)
+++ Zope/branches/2.12/setup.py 2012-09-18 11:22:32 UTC (rev 127857)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.25dev',
+version='2.12.25',
 url='http://www.zope.org',
 license='ZPL 2.1',
 description='Zope2 application server / web framework',

Modified: Zope/branches/2.12/versions.cfg
===
--- Zope/branches/2.12/versions.cfg 2012-09-17 21:16:44 UTC (rev 127856)
+++ Zope/branches/2.12/versions.cfg 2012-09-18 11:22:32 UTC (rev 127857)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 =
+Zope2 = 2.12.25
 Acquisition = 2.13.8
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.12.25/ tagged

2012-09-18 Thread Hano Schlichting
Log message for revision 127858:
  tagged

Changed:
  A   Zope/tags/2.12.25/

-=-
___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.13/ prepare

2012-09-18 Thread Hano Schlichting
Log message for revision 127859:
  prepare

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  2012-09-18 11:23:09 UTC (rev 127858)
+++ Zope/branches/2.13/doc/CHANGES.rst  2012-09-18 11:24:27 UTC (rev 127859)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.13.18 (unreleased)
+2.13.18 (2012-09-18)
 
 
 - Explicitly declared ZTUtils APIs as public (repairs breakages in apps

Modified: Zope/branches/2.13/setup.py
===
--- Zope/branches/2.13/setup.py 2012-09-18 11:23:09 UTC (rev 127858)
+++ Zope/branches/2.13/setup.py 2012-09-18 11:24:27 UTC (rev 127859)
@@ -23,7 +23,7 @@
 
 
 setup(name='Zope2',
-version='2.13.18dev',
+version='2.13.18',
 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 2012-09-18 11:23:09 UTC (rev 127858)
+++ Zope/branches/2.13/versions.cfg 2012-09-18 11:24:27 UTC (rev 127859)
@@ -4,7 +4,7 @@
 
 [versions]
 # Zope2-specific
-Zope2 =
+Zope2 = 2.13.18
 AccessControl = 2.13.10
 Acquisition = 2.13.8
 DateTime = 2.12.7

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.13.18/ tagged

2012-09-18 Thread Hano Schlichting
Log message for revision 127860:
  tagged

Changed:
  A   Zope/tags/2.13.18/

-=-
___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.12/ vb

2012-09-18 Thread Hano Schlichting
Log message for revision 127861:
  vb

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

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===
--- Zope/branches/2.12/doc/CHANGES.rst  2012-09-18 11:24:57 UTC (rev 127860)
+++ Zope/branches/2.12/doc/CHANGES.rst  2012-09-18 11:30:51 UTC (rev 127861)
@@ -5,6 +5,10 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.26 (unreleased)
+
+
+
 2.12.25 (2012-09-18)
 
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2012-09-18 11:24:57 UTC (rev 127860)
+++ Zope/branches/2.12/setup.py 2012-09-18 11:30:51 UTC (rev 127861)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.25',
+version='2.12.26dev',
 url='http://www.zope.org',
 license='ZPL 2.1',
 description='Zope2 application server / web framework',

Modified: Zope/branches/2.12/versions.cfg
===
--- Zope/branches/2.12/versions.cfg 2012-09-18 11:24:57 UTC (rev 127860)
+++ Zope/branches/2.12/versions.cfg 2012-09-18 11:30:51 UTC (rev 127861)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.25
+Zope2 =
 Acquisition = 2.13.8
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.13/ vb

2012-09-18 Thread Hano Schlichting
Log message for revision 127863:
  vb

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  2012-09-18 11:31:54 UTC (rev 127862)
+++ Zope/branches/2.13/doc/CHANGES.rst  2012-09-18 11:36:49 UTC (rev 127863)
@@ -5,6 +5,10 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.13.19 (unreleased)
+
+
+
 2.13.18 (2012-09-18)
 
 

Modified: Zope/branches/2.13/setup.py
===
--- Zope/branches/2.13/setup.py 2012-09-18 11:31:54 UTC (rev 127862)
+++ Zope/branches/2.13/setup.py 2012-09-18 11:36:49 UTC (rev 127863)
@@ -23,7 +23,7 @@
 
 
 setup(name='Zope2',
-version='2.13.18',
+version='2.13.19dev',
 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 2012-09-18 11:31:54 UTC (rev 127862)
+++ Zope/branches/2.13/versions.cfg 2012-09-18 11:36:49 UTC (rev 127863)
@@ -4,7 +4,7 @@
 
 [versions]
 # Zope2-specific
-Zope2 = 2.13.18
+Zope2 =
 AccessControl = 2.13.10
 Acquisition = 2.13.8
 DateTime = 2.12.7

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins