[Checkins] SVN: zope.browser/trunk/ Prep 1.1 release.

Tres Seaver tseaver at palladion.com
Wed May 13 17:12:11 EDT 2009


Log message for revision 99928:
  Prep 1.1 release.

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

-=-
Modified: zope.browser/trunk/CHANGES.txt
===================================================================
--- zope.browser/trunk/CHANGES.txt	2009-05-13 21:11:35 UTC (rev 99927)
+++ zope.browser/trunk/CHANGES.txt	2009-05-13 21:12:11 UTC (rev 99928)
@@ -1,7 +1,7 @@
 zope.browser Changelog
 ======================
 
-1.1 (unreleased)
+1.1 (2009-05-13)
 ----------------
 
 - Moved ``IAdding`` interface here from ``zope.app.container.interfaces``

Modified: zope.browser/trunk/setup.py
===================================================================
--- zope.browser/trunk/setup.py	2009-05-13 21:11:35 UTC (rev 99927)
+++ zope.browser/trunk/setup.py	2009-05-13 21:12:11 UTC (rev 99928)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.browser',
-    version = '1.1dev',
+    version = '1.1',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Shared Zope Toolkit browser components',



More information about the Checkins mailing list