diff --git a/CHANGES.txt b/CHANGES.txt index eb3273f..83c18f0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Change History ============== -3.8.0 (unreleased) +3.8.0 (2013-08-27) ------------------ - Remove include of ``zope.app.zopeappgenerations`` that is not useful unless diff --git a/setup.py b/setup.py index cb99bda..dbe2834 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def read(*rnames): setup( name='zope.app.zcmlfiles', - version='3.8.0dev', + version='3.8.0', url='http://pypi.python.org/pypi/zope.app.zcmlfiles', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org',