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

Malthe Borch mborch at gmail.com
Mon Mar 9 04:18:25 EDT 2009


Log message for revision 97681:
  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-03-09 07:32:19 UTC (rev 97680)
+++ z3c.pt/trunk/CHANGES.txt	2009-03-09 08:18:25 UTC (rev 97681)
@@ -1,7 +1,8 @@
 Changelog
 ---------
 
-In next release
+1.0b12 (2009/03/09)
+~~~~~~~~~~~~~~~~~~~
 
 - Insert initial variable context into dynamic scope. The presence of
   these is expected by many application. [malthe]

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-03-09 07:32:19 UTC (rev 97680)
+++ z3c.pt/trunk/setup.py	2009-03-09 08:18:25 UTC (rev 97681)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b11'
+version = '1.0b12'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list