[Checkins] SVN: zope.deprecation/trunk/ Preparing release 3.4.1

Gediminas Paulauskas menesis at pov.lt
Tue Jun 7 12:21:32 EDT 2011


Log message for revision 121871:
  Preparing release 3.4.1

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

-=-
Modified: zope.deprecation/trunk/CHANGES.txt
===================================================================
--- zope.deprecation/trunk/CHANGES.txt	2011-06-07 16:18:40 UTC (rev 121870)
+++ zope.deprecation/trunk/CHANGES.txt	2011-06-07 16:21:31 UTC (rev 121871)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.1 (unreleased)
+3.4.1 (2011-06-07)
 ------------------
 
 - Removed import cycle for ``__show__`` by defining it in the

Modified: zope.deprecation/trunk/setup.py
===================================================================
--- zope.deprecation/trunk/setup.py	2011-06-07 16:18:40 UTC (rev 121870)
+++ zope.deprecation/trunk/setup.py	2011-06-07 16:21:31 UTC (rev 121871)
@@ -25,11 +25,10 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-name = 'zope.deprecation'
 setup(
-    name=name,
-    version = '3.4.1dev',
-    url='http://www.python.org/pypi/'+name,
+    name='zope.deprecation',
+    version='3.4.1',
+    url='http://pypi.python.org/pypi/zope.deprecation',
     license='ZPL 2.1',
     description='Zope Deprecation Infrastructure',
     author='Zope Corporation and Contributors',



More information about the checkins mailing list