[Checkins] SVN: DocumentTemplate/trunk/ - release prep

Jens Vagelpohl jens at dataflake.org
Thu Jul 15 07:33:12 EDT 2010


Log message for revision 114768:
  - release prep
  

Changed:
  U   DocumentTemplate/trunk/CHANGES.txt
  U   DocumentTemplate/trunk/setup.py

-=-
Modified: DocumentTemplate/trunk/CHANGES.txt
===================================================================
--- DocumentTemplate/trunk/CHANGES.txt	2010-07-15 11:21:45 UTC (rev 114767)
+++ DocumentTemplate/trunk/CHANGES.txt	2010-07-15 11:33:12 UTC (rev 114768)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.13.1 (unreleased)
+2.13.1 (2010-07-15)
 -------------------
 
 - LP #143273: Enable the dtml-var modifiers url_quote, url_unquote,

Modified: DocumentTemplate/trunk/setup.py
===================================================================
--- DocumentTemplate/trunk/setup.py	2010-07-15 11:21:45 UTC (rev 114767)
+++ DocumentTemplate/trunk/setup.py	2010-07-15 11:33:12 UTC (rev 114768)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='DocumentTemplate',
-      version = '2.13.1dev',
+      version = '2.13.1',
       url='http://pypi.python.org/pypi/DocumentTemplate',
       license='ZPL 2.1',
       description="Document Templating Markup Language (DTML)",



More information about the checkins mailing list