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

Malthe Borch mborch at gmail.com
Tue Feb 24 12:53:01 EST 2009


Log message for revision 97215:
  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-24 17:23:54 UTC (rev 97214)
+++ z3c.pt/trunk/CHANGES.txt	2009-02-24 17:53:01 UTC (rev 97215)
@@ -1,7 +1,8 @@
 Changelog
 ---------
 
-In next release
+1.0b10 (2009/02/24)
+~~~~~~~~~~~~~~~~~~~
 
 - Fixed exists-traverser such that it always returns a boolean
   value. [malthe]

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-02-24 17:23:54 UTC (rev 97214)
+++ z3c.pt/trunk/setup.py	2009-02-24 17:53:01 UTC (rev 97215)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b9'
+version = '1.0b10'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list