[Checkins] SVN: zope.browserpage/trunk/ svb

Tres Seaver tseaver at palladion.com
Mon May 24 10:21:15 EDT 2010


Log message for revision 112665:
  svb

Changed:
  U   zope.browserpage/trunk/CHANGES.txt
  U   zope.browserpage/trunk/setup.py

-=-
Modified: zope.browserpage/trunk/CHANGES.txt
===================================================================
--- zope.browserpage/trunk/CHANGES.txt	2010-05-24 14:20:11 UTC (rev 112664)
+++ zope.browserpage/trunk/CHANGES.txt	2010-05-24 14:21:15 UTC (rev 112665)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.12.3 (unreleased)
+===================
+
+- TBD
+
+
 3.12.2 (2010-05-24)
 ===================
 
@@ -15,23 +21,27 @@
 - Prefer the standard library's ``doctest`` module to the one from
   ``zope.testing``.
 
+
 3.12.0 (2010-04-26)
 ===================
 
 - Move the implementation of ``tales:expressiontype`` here from
   ``zope.app.pagetemplate``.
 
+
 3.11.0 (2009-12-22)
 ===================
 
 - Move the named template implementation here from ``zope.app.pagetemplate``.
 
+
 3.10.1 (2009-12-22)
 ===================
 
 - Depend on the ``untrustedpython`` extra of ``zope.security``, since we
   import from ``zope.pagetemplate.engine``.
 
+
 3.10.0 (2009-12-22)
 ===================
 
@@ -39,6 +49,7 @@
   ``viewpagetemplatefile``, ``simpleviewclass`` and
   ``metaconfigure.registerType`` into this package.
 
+
 3.9.0 (2009-08-27)
 ==================
 

Modified: zope.browserpage/trunk/setup.py
===================================================================
--- zope.browserpage/trunk/setup.py	2010-05-24 14:20:11 UTC (rev 112664)
+++ zope.browserpage/trunk/setup.py	2010-05-24 14:21:15 UTC (rev 112665)
@@ -19,7 +19,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.browserpage',
-      version = '3.12.2',
+      version = '3.12.3dev',
       url='http://pypi.python.org/pypi/zope.browserpage/',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',



More information about the checkins mailing list