[Checkins] SVN: zope.event/trunk/ Well, Python 3 support is a feature, so feature bump... OK, the code hasn't actually changed, but still.

Lennart Regebro regebro at gmail.com
Sat May 1 11:01:13 EDT 2010


Log message for revision 111828:
  Well, Python 3 support is a feature, so feature bump... OK, the code hasn't actually changed, but still.
  

Changed:
  U   zope.event/trunk/CHANGES.txt
  U   zope.event/trunk/setup.py

-=-
Modified: zope.event/trunk/CHANGES.txt
===================================================================
--- zope.event/trunk/CHANGES.txt	2010-05-01 14:57:17 UTC (rev 111827)
+++ zope.event/trunk/CHANGES.txt	2010-05-01 15:01:12 UTC (rev 111828)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-3.4.2 (unreleased)
+3.5.0 (2010-05-01)
 ------------------
 
 - Added change log to ``long_description``.

Modified: zope.event/trunk/setup.py
===================================================================
--- zope.event/trunk/setup.py	2010-05-01 14:57:17 UTC (rev 111827)
+++ zope.event/trunk/setup.py	2010-05-01 15:01:12 UTC (rev 111828)
@@ -38,7 +38,7 @@
 
 setup(
     name='zope.event',
-    version='3.4.2dev',
+    version='3.5.0',
     url='http://pypi.python.org/pypi/zope.event',
     license='ZPL 2.1',
     description='Very basic event publishing system',



More information about the checkins mailing list