[Zope-Checkins] SVN: Zope/trunk/ Simplify the version again

Hanno Schlichting hannosch at hannosch.eu
Tue Jul 12 05:55:54 EDT 2011


Log message for revision 122153:
  Simplify the version again
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2011-07-12 09:54:56 UTC (rev 122152)
+++ Zope/trunk/doc/CHANGES.rst	2011-07-12 09:55:53 UTC (rev 122153)
@@ -5,8 +5,8 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-4.0.0a1 (unreleased)
---------------------
+4.0a1 (unreleased)
+------------------
 
 Bugs Fixed
 ++++++++++

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2011-07-12 09:54:56 UTC (rev 122152)
+++ Zope/trunk/setup.py	2011-07-12 09:55:53 UTC (rev 122153)
@@ -23,7 +23,7 @@
 
 
 setup(name='Zope2',
-    version='4.0.0a1.dev',
+    version='4.0a1.dev',
     url='http://zope2.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list