[Checkins] SVN: zope.annotation/trunk/ Keep up with the Joneses.

Tres Seaver cvs-admin at zope.org
Fri May 18 03:51:01 UTC 2012


Log message for revision 126041:
  Keep up with the Joneses.

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

-=-
Modified: zope.annotation/trunk/CHANGES.txt
===================================================================
--- zope.annotation/trunk/CHANGES.txt	2012-05-18 03:50:11 UTC (rev 126040)
+++ zope.annotation/trunk/CHANGES.txt	2012-05-18 03:50:58 UTC (rev 126041)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
 - Replaced deprecated ``zope.component.adapts`` usage with equivalent

Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2012-05-18 03:50:11 UTC (rev 126040)
+++ zope.annotation/trunk/setup.py	2012-05-18 03:50:58 UTC (rev 126041)
@@ -27,7 +27,7 @@
 
 setup(
     name='zope.annotation',
-    version='3.6.0dev',
+    version='4.0.0dev',
     url='http://pypi.python.org/pypi/zope.annotation',
     license='ZPL 2.1',
     description='Object annotation mechanism',
@@ -38,9 +38,9 @@
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
         'Programming Language :: Python',
-        "Programming Language :: Python :: 2",
-        "Programming Language :: Python :: 2.6",
-        "Programming Language :: Python :: 2.7",
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.6',
+        'Programming Language :: Python :: 2.7',
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list