diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 239b397..7726fa0 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,7 +2,7 @@ Changelog ========= -1.0 (unreleased) +1.0 (2012-06-14) ---------------- - Use plone.app.testing instead of collective.testcaselayer for testing. diff --git a/setup.py b/setup.py index 3dc5bea..566bd2c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.0dev' +version = '1.0' maintainer = 'Thomas Buchberger' tests_require = [