diff --git a/CHANGES.txt b/CHANGES.txt index 26b4746..3ae5354 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ CHANGES ======= -1.4.0 (unreleased) +1.4.0 (2013-05-31) ------------------ - Made tests compatible with ``zope.browserresource`` 3.11, thus requiring diff --git a/setup.py b/setup.py index 7215d03..154f45c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(*rnames): setup(name='z3c.zrtresource', - version='1.4.0dev', + version='1.4.0', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Zope Resource Templates',