[Checkins] SVN: zc.form/trunk/ Preparing release 0.2

Michael Howitz mh at gocept.com
Sat Sep 24 00:05:59 EST 2011


Log message for revision 122911:
  Preparing release 0.2

Changed:
  U   zc.form/trunk/CHANGES.txt
  U   zc.form/trunk/setup.py

-=-
Modified: zc.form/trunk/CHANGES.txt
===================================================================
--- zc.form/trunk/CHANGES.txt	2011-09-23 14:36:10 UTC (rev 122910)
+++ zc.form/trunk/CHANGES.txt	2011-09-24 05:05:57 UTC (rev 122911)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-0.2 (unreleased)
+0.2 (2011-09-24)
 ----------------
 
 - Got rid of ``zope.app.form`` dependency by requiring at least
@@ -30,6 +30,8 @@
 
 - Fixed tests to run with ``zope.schema`` >= 3.6.
 
+- Made package fit to run on ZTK 1.1.
+
 - Moved test dependencies to `test` extra.
 
 - Using Python's ``doctest`` module instead of deprecated

Modified: zc.form/trunk/setup.py
===================================================================
--- zc.form/trunk/setup.py	2011-09-23 14:36:10 UTC (rev 122910)
+++ zc.form/trunk/setup.py	2011-09-24 05:05:57 UTC (rev 122911)
@@ -8,15 +8,15 @@
 
 setup(
     name="zc.form",
-    version="0.1.3",
+    version='0.2',
     packages=find_packages('src'),
     package_dir={'':'src'},
     namespace_packages=['zc'],
     include_package_data=True,
     long_description='\n\n'.join([
         read('src/zc/form/README.txt'),
+        '.. contents::',
         read('CHANGES.txt'),
-        '.. contents::',
         read('src/zc/form/TODO.txt'),
         read('src/zc/form/browser/combinationwidget.txt'),
         read('src/zc/form/browser/mruwidget.txt'),



More information about the checkins mailing list