[Checkins] SVN: z3c.viewtemplate/trunk/ Preparing release 0.4.1

Michael Howitz mh at gocept.com
Sun Dec 12 11:20:01 EST 2010


Log message for revision 118836:
  Preparing release 0.4.1

Changed:
  U   z3c.viewtemplate/trunk/CHANGES.txt
  U   z3c.viewtemplate/trunk/setup.py

-=-
Modified: z3c.viewtemplate/trunk/CHANGES.txt
===================================================================
--- z3c.viewtemplate/trunk/CHANGES.txt	2010-12-12 16:19:18 UTC (rev 118835)
+++ z3c.viewtemplate/trunk/CHANGES.txt	2010-12-12 16:20:00 UTC (rev 118836)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.4.1 (unreleased)
+0.4.1 (2010-12-12)
 ------------------
 
  - Fixed exception handling if macro is not found in the template.

Modified: z3c.viewtemplate/trunk/setup.py
===================================================================
--- z3c.viewtemplate/trunk/setup.py	2010-12-12 16:19:18 UTC (rev 118835)
+++ z3c.viewtemplate/trunk/setup.py	2010-12-12 16:20:00 UTC (rev 118836)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.viewtemplate',
-      version = '0.4.0',
+      version='0.4.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='View Templates',



More information about the checkins mailing list