[Checkins] SVN: zope.globalrequest/t tag first alpha release

Andreas Zeidler az at zitc.de
Thu Jan 15 17:45:37 EST 2009


Log message for revision 94768:
  tag first alpha release
  

Changed:
  A   zope.globalrequest/tags/1.0a1/
  U   zope.globalrequest/tags/1.0a1/CHANGES.txt
  U   zope.globalrequest/trunk/CHANGES.txt
  U   zope.globalrequest/trunk/setup.py

-=-
Modified: zope.globalrequest/tags/1.0a1/CHANGES.txt
===================================================================
--- zope.globalrequest/trunk/CHANGES.txt	2009-01-15 17:13:34 UTC (rev 94762)
+++ zope.globalrequest/tags/1.0a1/CHANGES.txt	2009-01-15 22:45:36 UTC (rev 94768)
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-1.0a1 - Unreleased
-------------------
+1.0a1 - Released January 15, 2009
+---------------------------------
 
 * Initial release
   [witsch]

Modified: zope.globalrequest/trunk/CHANGES.txt
===================================================================
--- zope.globalrequest/trunk/CHANGES.txt	2009-01-15 21:06:07 UTC (rev 94767)
+++ zope.globalrequest/trunk/CHANGES.txt	2009-01-15 22:45:36 UTC (rev 94768)
@@ -1,9 +1,13 @@
 Changelog
 =========
 
-1.0a1 - Unreleased
+1.0a2 - Unreleased
 ------------------
 
+
+1.0a1 - Released January 15, 2009
+---------------------------------
+
 * Initial release
   [witsch]
 

Modified: zope.globalrequest/trunk/setup.py
===================================================================
--- zope.globalrequest/trunk/setup.py	2009-01-15 21:06:07 UTC (rev 94767)
+++ zope.globalrequest/trunk/setup.py	2009-01-15 22:45:36 UTC (rev 94768)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 from os.path import join
 
-version = '1.0a1'
+version = '1.0a2'
 readme = open(join('src', 'zope', 'globalrequest', 'README.txt')).read()
 history = open('CHANGES.txt').read()
 



More information about the Checkins mailing list