[Checkins] SVN: Products.ZopeVersionControl/trunk/ Update version number after 1.0a1 release

Hanno Schlichting plone at hannosch.info
Sat May 3 17:10:33 EDT 2008


Log message for revision 86299:
  Update version number after 1.0a1 release
  

Changed:
  U   Products.ZopeVersionControl/trunk/CHANGES.txt
  U   Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt
  U   Products.ZopeVersionControl/trunk/setup.py

-=-
Modified: Products.ZopeVersionControl/trunk/CHANGES.txt
===================================================================
--- Products.ZopeVersionControl/trunk/CHANGES.txt	2008-05-03 21:09:11 UTC (rev 86298)
+++ Products.ZopeVersionControl/trunk/CHANGES.txt	2008-05-03 21:10:32 UTC (rev 86299)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+1.0a2 (unreleased)
+------------------
+
+
 1.0a1 (2008/05/03)
 ------------------
 

Modified: Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt
===================================================================
--- Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt	2008-05-03 21:09:11 UTC (rev 86298)
+++ Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt	2008-05-03 21:10:32 UTC (rev 86299)
@@ -1 +1 @@
-1.0a1
+1.0a2

Modified: Products.ZopeVersionControl/trunk/setup.py
===================================================================
--- Products.ZopeVersionControl/trunk/setup.py	2008-05-03 21:09:11 UTC (rev 86298)
+++ Products.ZopeVersionControl/trunk/setup.py	2008-05-03 21:10:32 UTC (rev 86299)
@@ -2,7 +2,7 @@
 
 
 setup(name='Products.ZopeVersionControl',
-      version='1.0a1',
+      version='1.0a2',
       description="Zope Version Control",
       long_description=open("CHANGES.txt").read(),
       classifiers=[



More information about the Checkins mailing list