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

Sylvain Viollow cvs-admin at zope.org
Fri Aug 17 13:02:30 UTC 2012


Log message for revision 127511:
  Prepare to tag 1.3.2.
  

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-08-16 21:31:53 UTC (rev 127510)
+++ five.grok/trunk/docs/HISTORY.txt	2012-08-17 13:02:26 UTC (rev 127511)
@@ -1,10 +1,11 @@
 Changelog
 =========
 
-1.3.2 (unreleased)
+1.3.2 (2012-08-17)
 ------------------
 
-- Add an optional support for ``grokcore.layout``.
+- Add an optional support for ``grokcore.layout``, with the extra
+  ``layout``.
 
 1.3.1 (2012-05-02)
 ------------------

Modified: five.grok/trunk/setup.py
===================================================================
--- five.grok/trunk/setup.py	2012-08-16 21:31:53 UTC (rev 127510)
+++ five.grok/trunk/setup.py	2012-08-17 13:02:26 UTC (rev 127511)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '1.4.0dev'
+version = '1.3.2'
 
 form_requires = [
     'grokcore.formlib >= 1.4',



More information about the checkins mailing list