[Checkins] SVN: zope.publisher/trunk/ Releasing 4.0.0a1

Andrey Lebedev cvs-admin at zope.org
Thu Feb 21 14:14:26 UTC 2013


Log message for revision 129567:
  Releasing 4.0.0a1
  
  

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

-=-
Modified: zope.publisher/trunk/CHANGES.txt
===================================================================
--- zope.publisher/trunk/CHANGES.txt	2013-02-21 14:06:47 UTC (rev 129566)
+++ zope.publisher/trunk/CHANGES.txt	2013-02-21 14:14:26 UTC (rev 129567)
@@ -1,8 +1,8 @@
 CHANGES
 =======
 
-4.0.0 (unreleased)
--------------------
+4.0.0a1 (2013-02-21)
+--------------------
 
 - Replaced deprecated ``zope.component.adapts`` usage with equivalent
   ``zope.component.adapter`` decorator.
@@ -10,8 +10,10 @@
 - Replaced deprecated ``zope.interface.implements`` usage with equivalent
   ``zope.interface.implementer`` decorator.
 
-- Dropped support for Python 2.4 and 2.5.
+- Dropped support for Python 2.4, 2.5 and pypy.
 
+- Support for Python 3.3 added
+
 - Wrap ``with interaction()`` in try/finally.
 
 - Don't guess the content type with 304 responses which MUST NOT /

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2013-02-21 14:06:47 UTC (rev 129566)
+++ zope.publisher/trunk/setup.py	2013-02-21 14:14:26 UTC (rev 129567)
@@ -42,7 +42,7 @@
 '''
 
 setup(name='zope.publisher',
-      version='4.0.0dev',
+      version='4.0.0a1',
       url='http://pypi.python.org/pypi/zope.publisher',
       license='ZPL 2.1',
       author='Zope Foundation and Contributors',



More information about the checkins mailing list