[Checkins] SVN: five.grok/branches/sylvain-zope213/ Added entry to the changelog

Vincent Fretin vincent.fretin at gmail.com
Sat Mar 5 04:36:38 EST 2011


Log message for revision 120758:
  Added entry to the changelog

Changed:
  U   five.grok/branches/sylvain-zope213/docs/HISTORY.txt
  U   five.grok/branches/sylvain-zope213/setup.py

-=-
Modified: five.grok/branches/sylvain-zope213/docs/HISTORY.txt
===================================================================
--- five.grok/branches/sylvain-zope213/docs/HISTORY.txt	2011-03-05 09:31:57 UTC (rev 120757)
+++ five.grok/branches/sylvain-zope213/docs/HISTORY.txt	2011-03-05 09:36:38 UTC (rev 120758)
@@ -1,9 +1,11 @@
 Changelog
 =========
 
-1.1.3 (unreleased)
+1.3.0 (unreleased)
 ------------------
 
+- Clean up dependencies and tests, this release only works with Zope 2.13.
+  [thefunny42]
 
 1.1.2 (2010-08-04)
 ------------------

Modified: five.grok/branches/sylvain-zope213/setup.py
===================================================================
--- five.grok/branches/sylvain-zope213/setup.py	2011-03-05 09:31:57 UTC (rev 120757)
+++ five.grok/branches/sylvain-zope213/setup.py	2011-03-05 09:36:38 UTC (rev 120758)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '1.1.3dev'
+version = '1.3.0dev'
 
 setup(name='five.grok',
       version=version,



More information about the checkins mailing list