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

Tres Seaver tseaver at palladion.com
Mon Oct 31 21:09:25 UTC 2011


Log message for revision 123204:
  svb

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

-=-
Modified: zope.documenttemplate/trunk/CHANGES.txt
===================================================================
--- zope.documenttemplate/trunk/CHANGES.txt	2011-10-31 21:08:44 UTC (rev 123203)
+++ zope.documenttemplate/trunk/CHANGES.txt	2011-10-31 21:09:25 UTC (rev 123204)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.4.4 (unreleased)
+------------------
+
+- TBD
+
 3.4.3 (2011-10-31)
 ------------------
 
@@ -12,7 +17,6 @@
 - Simpler, faster implementation of dt_var.newline_to_br().
   (It still uses HTML 4 style <br> tags rather than XHTML style.)
 
-
 3.4.2 (2008/10/10)
 ------------------
 

Modified: zope.documenttemplate/trunk/setup.py
===================================================================
--- zope.documenttemplate/trunk/setup.py	2011-10-31 21:08:44 UTC (rev 123203)
+++ zope.documenttemplate/trunk/setup.py	2011-10-31 21:09:25 UTC (rev 123204)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.documenttemplate',
-      version = '3.4.3',
+      version = '3.4.4dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Document Templating Markup Language (DTML)',



More information about the checkins mailing list