[Checkins] SVN: five.grok/trunk/ Prepare to tag 1.3.1.

Sylvain Viollow cvs-admin at zope.org
Wed May 2 10:29:50 UTC 2012


Log message for revision 125608:
  Prepare to tag 1.3.1.
  

Changed:
  U   five.grok/trunk/docs/HISTORY.txt
  U   five.grok/trunk/setup.py

-=-
Modified: five.grok/trunk/docs/HISTORY.txt
===================================================================
--- five.grok/trunk/docs/HISTORY.txt	2012-05-02 10:27:56 UTC (rev 125607)
+++ five.grok/trunk/docs/HISTORY.txt	2012-05-02 10:29:47 UTC (rev 125608)
@@ -1,15 +1,13 @@
 Changelog
 =========
 
-1.3.1 (unreleased)
+1.3.1 (2012-05-02)
 ------------------
 
 - Make formlib support optional. This is not included by default. If
   you whish to use formlib, you need to include the extra ``form`` for
-  ``five.grok``. Example::
+  ``five.grok``. Example:  ``five.grok [form] >= 1.3.1``.
 
-  five.grok [form] >= 1.3.1
-
 - Fix the redirect method to properly work. Unlike in Zope 3, it
   doesn't support trusted.
 

Modified: five.grok/trunk/setup.py
===================================================================
--- five.grok/trunk/setup.py	2012-05-02 10:27:56 UTC (rev 125607)
+++ five.grok/trunk/setup.py	2012-05-02 10:29:47 UTC (rev 125608)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '1.4.0dev'
+version = '1.3.1'
 
 form_requires = [
     'grokcore.formlib >= 1.4',



More information about the checkins mailing list