diff --git a/CHANGES.txt b/CHANGES.txt index f09f631..39e2b87 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ CHANGES ======= -0.5.2dev (unreleased) ---------------------- +0.5.2 (2010-01-28) +------------------ - Fix: add PasteScript egg if it's not there to make sure it's installed diff --git a/setup.py b/setup.py index 9b43b66..0450c58 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup( name = 'z3c.recipe.paster', - version = '0.5.2dev', + version = '0.5.2', author = 'Roger Ineichen and the Zope Community', author_email = 'zope-dev@zope.org', description = 'Zope3 paste deploy setup recipe',