[Checkins] SVN: megrok.z3cform.base/trunk/ Preparing release.

Souheil CHELFOUH souheil at chelfouh.com
Thu Feb 11 18:23:14 EST 2010


Log message for revision 108941:
  Preparing release.
  

Changed:
  U   megrok.z3cform.base/trunk/docs/HISTORY.txt
  U   megrok.z3cform.base/trunk/setup.py

-=-
Modified: megrok.z3cform.base/trunk/docs/HISTORY.txt
===================================================================
--- megrok.z3cform.base/trunk/docs/HISTORY.txt	2010-02-11 23:20:49 UTC (rev 108940)
+++ megrok.z3cform.base/trunk/docs/HISTORY.txt	2010-02-11 23:23:14 UTC (rev 108941)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.3 (2010-02-11)
+----------------
+
+* Fixed OS-dependent path handling in the widget template grokker.
+
+
 0.2 (2009-11-18)
 ----------------
 

Modified: megrok.z3cform.base/trunk/setup.py
===================================================================
--- megrok.z3cform.base/trunk/setup.py	2010-02-11 23:20:49 UTC (rev 108940)
+++ megrok.z3cform.base/trunk/setup.py	2010-02-11 23:23:14 UTC (rev 108941)
@@ -2,7 +2,7 @@
 from setuptools import setup, find_packages
 
 name = 'megrok.z3cform.base'
-version = '0.2'
+version = '0.3'
 readme = open(join('src', 'megrok', 'z3cform', 'base', 'README.txt')).read()
 history = open(join('docs', 'HISTORY.txt')).read()
 



More information about the checkins mailing list