[Checkins] SVN: five.localsitemanager/trunk/ Prepare five.localsitemanager 2.0.5.

Hanno Schlichting hannosch at hannosch.eu
Sun Feb 6 13:10:40 EST 2011


Log message for revision 120149:
  Prepare five.localsitemanager 2.0.5.

Changed:
  U   five.localsitemanager/trunk/CHANGES.txt
  U   five.localsitemanager/trunk/buildout.cfg
  U   five.localsitemanager/trunk/setup.py

-=-
Modified: five.localsitemanager/trunk/CHANGES.txt
===================================================================
--- five.localsitemanager/trunk/CHANGES.txt	2011-02-06 18:08:38 UTC (rev 120148)
+++ five.localsitemanager/trunk/CHANGES.txt	2011-02-06 18:10:39 UTC (rev 120149)
@@ -1,10 +1,10 @@
 Changelog
 =========
 
-2.0.5 - unreleased
+2.0.5 - 2011-02-06
 ------------------
 
-* Made the tests compatible with Zope 2.13.0a2.
+* Made the tests compatible with Zope 2.13.2.
 
 2.0.4 - 2010-06-13
 ------------------

Modified: five.localsitemanager/trunk/buildout.cfg
===================================================================
--- five.localsitemanager/trunk/buildout.cfg	2011-02-06 18:08:38 UTC (rev 120148)
+++ five.localsitemanager/trunk/buildout.cfg	2011-02-06 18:10:39 UTC (rev 120149)
@@ -1,4 +1,5 @@
 [buildout]
+extends = http://download.zope.org/Zope2/index/2.13.3/versions.cfg
 parts = test
 develop = .
 

Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2011-02-06 18:08:38 UTC (rev 120148)
+++ five.localsitemanager/trunk/setup.py	2011-02-06 18:10:39 UTC (rev 120149)
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-version = '2.0.5dev'
+version = '2.0.5'
 
 setup(name='five.localsitemanager',
       version=version,



More information about the checkins mailing list