diff --git a/CHANGES.rst b/CHANGES.rst index c9825bc..b78a7b9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -0.1.2 (unreleased) +0.1.2 (2015-04-15) ------------------ - Testing with py.test and tox diff --git a/setup.py b/setup.py index 6445a1f..b70d432 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(filename): name=PACKAGENAME, # Versions should comply with PEP440. # (http://www.python.org/dev/peps/pep-0440) - version='0.1.2.dev0', + version='0.1.2', description=DESCRIPTION, long_description=long_description, url=URL,