[Checkins] SVN: five.grok/trunk/ Prepare five.grok 1.2.0.

David Glick davidglick at onenw.org
Sat Jan 22 17:07:57 EST 2011


Log message for revision 119844:
  Prepare five.grok 1.2.0.

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-01-22 17:11:33 UTC (rev 119843)
+++ five.grok/trunk/docs/HISTORY.txt	2011-01-22 22:07:56 UTC (rev 119844)
@@ -1,10 +1,11 @@
 Changelog
 =========
 
-1.1.3 (unreleased)
+1.2.0 (2011-01-22)
 ------------------
 
-- Require five.formlib for Zope 2.13 compatibility.
+- Require five.formlib for Zope 2.13 compatibility. This requires Zope 2.12.3
+  or later.
   [elro]
 
 1.1.2 (2010-08-04)

Modified: five.grok/trunk/setup.py
===================================================================
--- five.grok/trunk/setup.py	2011-01-22 17:11:33 UTC (rev 119843)
+++ five.grok/trunk/setup.py	2011-01-22 22:07:56 UTC (rev 119844)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '1.1.3dev'
+version = '1.2.0'
 
 setup(name='five.grok',
       version=version,
@@ -29,7 +29,7 @@
       install_requires=[
         'setuptools',
         'martian',
-        'Zope2',
+        'Zope2>=2.12.3',
         'five.formlib',
         'five.localsitemanager > 2.0dev',
         'grokcore.component',



More information about the checkins mailing list