[Checkins] SVN: zope.browser/trunk/ Prepare zope.browser 1.3.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 13:45:57 EDT 2010


Log message for revision 111671:
  Prepare zope.browser 1.3.

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

-=-
Modified: zope.browser/trunk/CHANGES.txt
===================================================================
--- zope.browser/trunk/CHANGES.txt	2010-04-30 17:44:32 UTC (rev 111670)
+++ zope.browser/trunk/CHANGES.txt	2010-04-30 17:45:57 UTC (rev 111671)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-1.3 (unreleased)
+1.3 (2010-04-30)
 ----------------
 
 - Removed test extra and zope.testing dependency.

Modified: zope.browser/trunk/setup.py
===================================================================
--- zope.browser/trunk/setup.py	2010-04-30 17:44:32 UTC (rev 111670)
+++ zope.browser/trunk/setup.py	2010-04-30 17:45:57 UTC (rev 111671)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.browser',
-    version = '1.3dev',
+    version = '1.3',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description='Shared Zope Toolkit browser components',



More information about the checkins mailing list