[Checkins] SVN: five.customerize/trunk/ Update version after release

Hanno Schlichting hannosch at hannosch.eu
Sat Nov 14 15:29:02 EST 2009


Log message for revision 105649:
  Update version after release

Changed:
  U   five.customerize/trunk/CHANGES.txt
  U   five.customerize/trunk/setup.py

-=-
Modified: five.customerize/trunk/CHANGES.txt
===================================================================
--- five.customerize/trunk/CHANGES.txt	2009-11-14 20:27:48 UTC (rev 105648)
+++ five.customerize/trunk/CHANGES.txt	2009-11-14 20:29:01 UTC (rev 105649)
@@ -1,6 +1,10 @@
 CHANGES
 =======
 
+1.0b1 - Unreleased
+------------------
+
+
 1.0a1 - 2009-11-14
 ------------------
 

Modified: five.customerize/trunk/setup.py
===================================================================
--- five.customerize/trunk/setup.py	2009-11-14 20:27:48 UTC (rev 105648)
+++ five.customerize/trunk/setup.py	2009-11-14 20:29:01 UTC (rev 105649)
@@ -15,12 +15,12 @@
 
 from setuptools import setup
 
-version = '1.0a1'
+version = '1.0b1'
 
 setup(name = 'five.customerize',
       version = version,
-      description = 'TTW customization of template-based Zope 3 views',
-      keywords = 'zope3 views templates customization ttw',
+      description = 'TTW customization of template-based Zope views',
+      keywords = 'zope views templates customization ttw',
       author = 'Zope Corporation and Contributors',
       author_email = 'z3-five at codespeak.net',
       url = 'http://pypi.python.org/pypi/five.customerize',



More information about the checkins mailing list