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

Malthe Borch mborch at gmail.com
Thu Oct 2 15:47:15 EDT 2008


Log message for revision 91673:
  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	2008-10-02 19:46:03 UTC (rev 91672)
+++ z3c.pt/trunk/CHANGES.txt	2008-10-02 19:47:14 UTC (rev 91673)
@@ -1,9 +1,12 @@
 Changelog
 ---------
 
-Version 1.0dev
+Head
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+Version 1.0b1 - October 2, 2008
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
   Package changes
 
 - Split out compiler to "Chameleon" package. [malthe]

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-10-02 19:46:03 UTC (rev 91672)
+++ z3c.pt/trunk/setup.py	2008-10-02 19:47:14 UTC (rev 91673)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0dev'
+version = '1.0b1'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list