diff --git a/CHANGES.txt b/CHANGES.txt index 3519b70..fd56eeb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Changes ======= -3.0.1 (unreleased) +3.0.1 (2018-01-10) ------------------ - Fix dependencies by removing ZODB3. diff --git a/setup.py b/setup.py index a6f49f2..aa63f73 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*rnames): setup( name='grokcore.content', - version='3.0.1.dev0', + version='3.0.1', author='Grok Team', author_email='grok-dev@zope.org', url='http://grok.zope.org',