[Checkins] SVN: grok/trunk/ Preparing release 1.4.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jan 20 08:11:15 EST 2011


Log message for revision 119780:
  Preparing release 1.4.1

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/setup.py
  U   grok/trunk/src/grok/__init__.py

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2011-01-20 13:02:10 UTC (rev 119779)
+++ grok/trunk/CHANGES.txt	2011-01-20 13:11:14 UTC (rev 119780)
@@ -1,12 +1,12 @@
 Grok changes
 ************
 
-1.5 (unreleased)
-================
+1.4.1 (2011-01-20)
+==================
 
-- Nothing changed yet.
+- Grok should still provide IApplication in the grok API, even now that it
+  got moved to grokcore.site.interfaces.
 
-
 1.4 (2011-01-20)
 ================
 

Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2011-01-20 13:02:10 UTC (rev 119779)
+++ grok/trunk/setup.py	2011-01-20 13:11:14 UTC (rev 119780)
@@ -21,7 +21,7 @@
 
 setup(
     name='grok',
-    version='1.5dev',
+    version='1.4.1',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='http://grok.zope.org',

Modified: grok/trunk/src/grok/__init__.py
===================================================================
--- grok/trunk/src/grok/__init__.py	2011-01-20 13:02:10 UTC (rev 119779)
+++ grok/trunk/src/grok/__init__.py	2011-01-20 13:11:14 UTC (rev 119780)
@@ -53,6 +53,7 @@
 
 from grokcore.annotation import Annotation
 
+from grokcore.site.interfaces import IApplication
 from grokcore.site import LocalUtility
 from grokcore.site import Site
 from grokcore.site import getApplication



More information about the checkins mailing list