diff --git a/CHANGES.txt b/CHANGES.txt index cd48772..7b7e114 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,11 +1,12 @@ +======= Changes -******* +======= -1.1 (unreleased) +1.1 (2011-01-20) ================ -- Nothing changed yet. - +- Use zope.errorview for the functional tests. This lifts the dependency on + zope.app.http. 1.0 (2011-01-03) ================ diff --git a/README.txt b/README.txt index 99efdc4..d49b18c 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,4 @@ +=============== grokcore.xmlrpc =============== diff --git a/buildout.cfg b/buildout.cfg index e9b2ee1..464bc47 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -7,8 +7,6 @@ parts = extensions = buildout.dumppickedversions mr.developer -auto-checkout = - zope.errorview [versions] grokcore.xmlrpc = diff --git a/setup.py b/setup.py index 25be662..0f438c8 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*rnames): setup( name='grokcore.xmlrpc', - version='1.1dev', + version='1.1', author='Grok Team', author_email='grok-dev@zope.org', url='http://grok.zope.org',