[Checkins] SVN: zope.hookable/trunk/ Create a changelog for this and bring it up to speed with release policy.

Martijn Faassen faassen at infrae.com
Sat Mar 7 14:53:11 EST 2009


Log message for revision 97632:
  Create a changelog for this and bring it up to speed with release policy.
  

Changed:
  A   zope.hookable/trunk/CHANGES.txt
  U   zope.hookable/trunk/setup.py

-=-
Added: zope.hookable/trunk/CHANGES.txt
===================================================================
--- zope.hookable/trunk/CHANGES.txt	                        (rev 0)
+++ zope.hookable/trunk/CHANGES.txt	2009-03-07 19:53:10 UTC (rev 97632)
@@ -0,0 +1,12 @@
+CHANGES
+=======
+
+3.4.1 (unreleased)
+------------------
+
+- ...
+
+3.4.0 (2007-07-20)
+------------------
+
+- Initial release as a separate project.

Modified: zope.hookable/trunk/setup.py
===================================================================
--- zope.hookable/trunk/setup.py	2009-03-07 19:48:53 UTC (rev 97631)
+++ zope.hookable/trunk/setup.py	2009-03-07 19:53:10 UTC (rev 97632)
@@ -21,7 +21,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.hookable',
-      version = '3.4.1',
+      version = '3.4.1dev',
       url='http://svn.zope.org/zope.hookable',
       license='ZPL 2.1',
       description='Zope hookable',



More information about the Checkins mailing list