[Checkins] SVN: five.grok/trunk/ Added entry to the changelog

Vincent Fretin vincent.fretin at gmail.com
Sat Mar 5 04:31:58 EST 2011


Log message for revision 120757:
  Added entry to the changelog

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	2011-03-04 23:25:54 UTC (rev 120756)
+++ five.grok/trunk/docs/HISTORY.txt	2011-03-05 09:31:57 UTC (rev 120757)
@@ -1,6 +1,13 @@
 Changelog
 =========
 
+1.2.1 (unreleased)
+------------------
+
+- Added missing required dependencies: 
+  zope.app.pagetemplate and zope.app.container
+  [jfroche]
+
 1.2.0 (2011-01-22)
 ------------------
 

Modified: five.grok/trunk/setup.py
===================================================================
--- five.grok/trunk/setup.py	2011-03-04 23:25:54 UTC (rev 120756)
+++ five.grok/trunk/setup.py	2011-03-05 09:31:57 UTC (rev 120757)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '1.2.0'
+version = '1.2.1dev'
 
 setup(name='five.grok',
       version=version,



More information about the checkins mailing list