From 30259c112b49967816ab5c59eef4765c1cc2459c Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Mon, 8 Feb 2010 15:17:17 +0000 Subject: [PATCH] vb --- CHANGES.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 545fee6..6914cb8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,11 @@ CHANGES ======= +0.5.4dev (unreleased) +------------------ + +- ... + 0.5.3 (2010-02-08) ------------------ diff --git a/setup.py b/setup.py index ccfc954..e081920 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup( name = 'z3c.recipe.paster', - version = '0.5.3', + version = '0.5.4dev', author = 'Roger Ineichen and the Zope Community', author_email = 'zope-dev@zope.org', description = 'Zope3 paste deploy setup recipe',