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

Malthe Borch mborch at gmail.com
Tue Feb 17 04:12:21 EST 2009


Log message for revision 96626:
  Preparing release.

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

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2009-02-17 09:11:06 UTC (rev 96625)
+++ z3c.pt/trunk/CHANGES.txt	2009-02-17 09:12:20 UTC (rev 96626)
@@ -1,6 +1,9 @@
 Changelog
 ---------
 
+Version 1.0b8 - February 17, 2009
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Allow attribute access to ``__call__`` method on bound page
   templates. [malthe]
 

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-02-17 09:11:06 UTC (rev 96625)
+++ z3c.pt/trunk/setup.py	2009-02-17 09:12:20 UTC (rev 96626)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b7'
+version = '1.0b8'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list