diff --git a/CHANGES.rst b/CHANGES.rst index 97a8a76..c126481 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ CHANGES ======= -1.9.0 (unreleased) +1.9.0 (2017-11-20) ------------------ - You can now use Manuel with the `nose diff --git a/setup.py b/setup.py index 58996b0..50a2538 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='manuel', - version='0', + version='1.9.0', url='http://pypi.python.org/pypi/manuel', packages=find_packages('src'), package_dir={'': 'src'},