diff --git a/CHANGES.txt b/CHANGES.txt index 2af9fce..5352a96 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,11 @@ CHANGES ======= -0.8.0dev (2009-02-18) ---------------------- +0.8.1 (unreleased) +------------------ + +0.8.0 (2009-02-18) +------------------ - Bug: Use python executable as a part of the subprocess command. diff --git a/setup.py b/setup.py index 554d723..f1ebc44 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(*rnames): setup ( name='z3c.rml', - version='0.8.0dev', + version='0.8.1dev', author = "Stephan Richter and the Zope Community", author_email = "zope-dev@zope.org", description = "An alternative implementation of RML",