[Checkins] SVN: z3c.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Sat Mar 22 13:30:45 EDT 2008


Log message for revision 84846:
  Preparing release.

Changed:
  U   z3c.pt/trunk/docs/HISTORY.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/docs/HISTORY.txt
===================================================================
--- z3c.pt/trunk/docs/HISTORY.txt	2008-03-22 17:28:07 UTC (rev 84845)
+++ z3c.pt/trunk/docs/HISTORY.txt	2008-03-22 17:30:44 UTC (rev 84846)
@@ -1,6 +1,12 @@
 Changelog
 ---------
 
+Version 0.8.x
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- Added template source annotations on exceptions raised while
+  rendering a template.
+
 Version 0.8 - March 19, 2008
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-03-22 17:28:07 UTC (rev 84845)
+++ z3c.pt/trunk/setup.py	2008-03-22 17:30:44 UTC (rev 84846)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.8.1'
+version = '0.8.2'
 
 setup(name='z3c.pt',
       version=version,



More information about the Checkins mailing list