[Checkins] SVN: z3c.etestbrowser/tags/1.2.1/ fix release number on tag

Christian Theune ct at gocept.com
Wed Jun 18 06:45:27 EDT 2008


Log message for revision 87503:
  fix release number on tag
  

Changed:
  U   z3c.etestbrowser/tags/1.2.1/CHANGES.txt
  U   z3c.etestbrowser/tags/1.2.1/setup.py

-=-
Modified: z3c.etestbrowser/tags/1.2.1/CHANGES.txt
===================================================================
--- z3c.etestbrowser/tags/1.2.1/CHANGES.txt	2008-06-18 10:44:35 UTC (rev 87502)
+++ z3c.etestbrowser/tags/1.2.1/CHANGES.txt	2008-06-18 10:45:24 UTC (rev 87503)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-1.2.1 (unreleased)
+1.2.1 (2008-06-18)
 ------------------
 
 - Fixed bug with `normalized_contents` which would break the `open` function

Modified: z3c.etestbrowser/tags/1.2.1/setup.py
===================================================================
--- z3c.etestbrowser/tags/1.2.1/setup.py	2008-06-18 10:44:35 UTC (rev 87502)
+++ z3c.etestbrowser/tags/1.2.1/setup.py	2008-06-18 10:45:24 UTC (rev 87503)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.etestbrowser',
-      version = '1.2.1dev',
+      version = '1.2.1',
       author='Christian Theune',
       author_email='ct at gocept.com',
       description='Extensions for zope.testbrowser',



More information about the Checkins mailing list