diff --git a/CHANGES.txt b/CHANGES.txt index f8f7292..514d67c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +1.0.2dev (unreleased) +--------------------- + +- ... + + 1.0.1 (2007-01-21) ------------------ diff --git a/setup.py b/setup.py index 46907fc..8da0ada 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup ( name='z3c.breadcrumb', - version='1.0.1', + version='1.0.2dev', author = "Roger Ineichen,Stephan Richter and the Zope Community", author_email = "zope3-dev@zope.org", description = "A pluggable breadcrumbs implementation based on adapters.",