[Checkins] SVN: megrok.strictrequire/trunk/ Preparing release 0.2

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jun 22 09:45:58 EDT 2009


Log message for revision 101219:
  Preparing release 0.2

Changed:
  U   megrok.strictrequire/trunk/CHANGES.txt
  U   megrok.strictrequire/trunk/setup.py

-=-
Modified: megrok.strictrequire/trunk/CHANGES.txt
===================================================================
--- megrok.strictrequire/trunk/CHANGES.txt	2009-06-22 13:43:53 UTC (rev 101218)
+++ megrok.strictrequire/trunk/CHANGES.txt	2009-06-22 13:45:58 UTC (rev 101219)
@@ -1,7 +1,7 @@
 Changelog of megrok.strictrequire
 =================================
 
-0.2 (unreleased)
+0.2 (2009-06-22)
 ----------------
 
 - Check ViewletManager and Viewlet components too.

Modified: megrok.strictrequire/trunk/setup.py
===================================================================
--- megrok.strictrequire/trunk/setup.py	2009-06-22 13:43:53 UTC (rev 101218)
+++ megrok.strictrequire/trunk/setup.py	2009-06-22 13:45:58 UTC (rev 101219)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os.path
 
-version = '0.2dev'
+version = '0.2'
 detailed = open(
     os.path.join('src', 'megrok', 'strictrequire', 'README.txt')).read()
 changes = open('CHANGES.txt').read()



More information about the Checkins mailing list