[Checkins] SVN: grokcore.rest/trunk/ Preparing release 1.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jan 20 07:05:45 EST 2011


Log message for revision 119756:
  Preparing release 1.1

Changed:
  U   grokcore.rest/trunk/CHANGES.txt
  U   grokcore.rest/trunk/buildout.cfg
  U   grokcore.rest/trunk/setup.py

-=-
Modified: grokcore.rest/trunk/CHANGES.txt
===================================================================
--- grokcore.rest/trunk/CHANGES.txt	2011-01-20 12:01:45 UTC (rev 119755)
+++ grokcore.rest/trunk/CHANGES.txt	2011-01-20 12:05:44 UTC (rev 119756)
@@ -1,14 +1,14 @@
 Changes
 *******
 
-1.1 (unreleased)
+1.1 (2011-01-20)
 ================
 
-- Nothing changed yet.
+- Use zope.errorview in the functional tests to get rid of the zope.app.http
+  dependency.
 
-
 1.0 (2011-01-03)
 ================
 
-- Factor out form grok base package 
+- Factor out form grok base package
 

Modified: grokcore.rest/trunk/buildout.cfg
===================================================================
--- grokcore.rest/trunk/buildout.cfg	2011-01-20 12:01:45 UTC (rev 119755)
+++ grokcore.rest/trunk/buildout.cfg	2011-01-20 12:05:44 UTC (rev 119756)
@@ -6,9 +6,6 @@
   omelette
 extensions =
   buildout.dumppickedversions
-  mr.developer
-auto-checkout =
-  zope.errorview
 
 [versions]
 grokcore.rest =

Modified: grokcore.rest/trunk/setup.py
===================================================================
--- grokcore.rest/trunk/setup.py	2011-01-20 12:01:45 UTC (rev 119755)
+++ grokcore.rest/trunk/setup.py	2011-01-20 12:05:44 UTC (rev 119756)
@@ -25,7 +25,7 @@
 
 setup(
     name='grokcore.rest',
-    version='1.1dev',
+    version='1.1',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='http://grok.zope.org',



More information about the checkins mailing list