[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

2010-09-09 Thread Hanno Schlichting
Log message for revision 116259:
  Bump version

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  2010-09-09 12:18:33 UTC (rev 116258)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-09-09 12:19:57 UTC (rev 116259)
@@ -5,6 +5,14 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.12 (unreleased)
+
+
+Bugs Fixed
+++
+
+
+
 2.12.11 (2010-09-09)
 
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-09-09 12:18:33 UTC (rev 116258)
+++ Zope/branches/2.12/setup.py 2010-09-09 12:19:57 UTC (rev 116259)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.11',
+version='2.12.12dev',
 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 2010-09-09 12:18:33 UTC (rev 116258)
+++ Zope/branches/2.12/versions.cfg 2010-09-09 12:19:57 UTC (rev 116259)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.11
+Zope2 =
 Acquisition = 2.13.4
 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.12/ Bump version

2010-07-20 Thread Hanno Schlichting
Log message for revision 114864:
  Bump version

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  2010-07-20 09:28:57 UTC (rev 114863)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-07-20 09:29:52 UTC (rev 114864)
@@ -5,6 +5,13 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.11 (unreleased)
+
+
+Bugs Fixed
+++
+
+
 2.12.10 (2010-07-20)
 
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-07-20 09:28:57 UTC (rev 114863)
+++ Zope/branches/2.12/setup.py 2010-07-20 09:29:52 UTC (rev 114864)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.10',
+version='2.12.11dev',
 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 2010-07-20 09:28:57 UTC (rev 114863)
+++ Zope/branches/2.12/versions.cfg 2010-07-20 09:29:52 UTC (rev 114864)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.10
+Zope2 =
 Acquisition = 2.13.3
 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.12/ Bump version

2010-07-13 Thread Hanno Schlichting
Log message for revision 114670:
  Bump version

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  2010-07-13 08:31:36 UTC (rev 114669)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-07-13 08:32:46 UTC (rev 114670)
@@ -5,6 +5,13 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.10 (unreleased)
+
+
+Bugs Fixed
+++
+
+
 2.12.9 (2010-07-13)
 ---
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-07-13 08:31:36 UTC (rev 114669)
+++ Zope/branches/2.12/setup.py 2010-07-13 08:32:46 UTC (rev 114670)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.9',
+version='2.12.10dev',
 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 2010-07-13 08:31:36 UTC (rev 114669)
+++ Zope/branches/2.12/versions.cfg 2010-07-13 08:32:46 UTC (rev 114670)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.9
+Zope2 =
 Acquisition = 2.13.3
 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.12/ Bump version

2010-06-25 Thread Hanno Schlichting
Log message for revision 113824:
  Bump version

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  2010-06-25 10:25:39 UTC (rev 113823)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-06-25 10:32:53 UTC (rev 113824)
@@ -5,6 +5,14 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.9 (unreleased)
+---
+
+Bugs Fixed
+++
+
+
+
 2.12.8 (2010-06-25)
 ---
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-06-25 10:25:39 UTC (rev 113823)
+++ Zope/branches/2.12/setup.py 2010-06-25 10:32:53 UTC (rev 113824)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.8',
+version='2.12.9dev',
 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 2010-06-25 10:25:39 UTC (rev 113823)
+++ Zope/branches/2.12/versions.cfg 2010-06-25 10:32:53 UTC (rev 113824)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.8
+Zope2 =
 Acquisition = 2.13.3
 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.12/ Bump version

2010-05-17 Thread Hanno Schlichting
Log message for revision 112408:
  Bump version

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  2010-05-17 11:05:13 UTC (rev 112407)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-05-17 11:06:22 UTC (rev 112408)
@@ -5,6 +5,14 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.7 (unreleased)
+---
+
+Bugs Fixed
+++
+
+
+
 2.12.6 (2010-05-17)
 ---
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-05-17 11:05:13 UTC (rev 112407)
+++ Zope/branches/2.12/setup.py 2010-05-17 11:06:22 UTC (rev 112408)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.6',
+version='2.12.7dev',
 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 2010-05-17 11:05:13 UTC (rev 112407)
+++ Zope/branches/2.12/versions.cfg 2010-05-17 11:06:22 UTC (rev 112408)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.6
+Zope2 =
 Acquisition = 2.13.3
 ClientForm = 0.2.10
 DateTime = 2.12.2

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


[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

2010-04-23 Thread Hanno Schlichting
Log message for revision 111327:
  Bump version

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  2010-04-23 23:12:00 UTC (rev 111326)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-04-23 23:13:55 UTC (rev 111327)
@@ -5,6 +5,17 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.6 (unreleased)
+---
+
+Features Added
+++
+
+
+Bugs Fixed
+++
+
+
 2.12.5 (2010-04-24)
 ---
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-04-23 23:12:00 UTC (rev 111326)
+++ Zope/branches/2.12/setup.py 2010-04-23 23:13:55 UTC (rev 111327)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-version='2.12.5',
+version='2.12.6dev',
 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 2010-04-23 23:12:00 UTC (rev 111326)
+++ Zope/branches/2.12/versions.cfg 2010-04-23 23:13:55 UTC (rev 111327)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.5
+Zope2 =
 Acquisition = 2.13.3
 ClientForm = 0.2.10
 DateTime = 2.12.0

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


[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

2010-04-05 Thread Hanno Schlichting
Log message for revision 110522:
  Bump version

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

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===
--- Zope/branches/2.12/doc/CHANGES.rst  2010-04-05 20:00:52 UTC (rev 110521)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-04-05 20:01:41 UTC (rev 110522)
@@ -5,6 +5,10 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.5 (unreleased)
+---
+
+
 2.12.4 (2010-04-05)
 ---
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-04-05 20:00:52 UTC (rev 110521)
+++ Zope/branches/2.12/setup.py 2010-04-05 20:01:41 UTC (rev 110522)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-version='2.12.4',
+version='2.12.5dev',
 url='http://www.zope.org',
 license='ZPL 2.1',
 description='Zope2 application server / web framework',

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