diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 85cdac5..607cc41 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,8 +1,8 @@ Changelog ========= -0.1 - Unreleased ----------------- +0.1.0 - 2009/04/24 +------------------ * Initial release diff --git a/setup.py b/setup.py index 3a041d5..3b65ea4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '0.1' +version = '0.1.0' setup(name='zope.z2release', version=version,