[Checkins] SVN: megrok.strictrequire/trunk/ Back to development: 0.6

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Jul 19 12:04:35 EDT 2011


Log message for revision 122292:
  Back to development: 0.6

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

-=-
Modified: megrok.strictrequire/trunk/CHANGES.txt
===================================================================
--- megrok.strictrequire/trunk/CHANGES.txt	2011-07-19 16:03:54 UTC (rev 122291)
+++ megrok.strictrequire/trunk/CHANGES.txt	2011-07-19 16:04:35 UTC (rev 122292)
@@ -1,6 +1,12 @@
 Changelog of megrok.strictrequire
 =================================
 
+0.6 (unreleased)
+----------------
+
+- Nothing changed yet.
+
+
 0.5 (2011-07-19)
 ----------------
 

Modified: megrok.strictrequire/trunk/setup.py
===================================================================
--- megrok.strictrequire/trunk/setup.py	2011-07-19 16:03:54 UTC (rev 122291)
+++ megrok.strictrequire/trunk/setup.py	2011-07-19 16:04:35 UTC (rev 122292)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os.path
 
-version = '0.5'
+version = '0.6dev'
 detailed = open(
     os.path.join('src', 'megrok', 'strictrequire', 'README.txt')).read()
 changes = open('CHANGES.txt').read()



More information about the checkins mailing list