diff --git a/src/discovery/HISTORY.rst b/src/discovery/HISTORY.rst index abbff5a61a7..84fe1482ec5 100644 --- a/src/discovery/HISTORY.rst +++ b/src/discovery/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.1 +++++++ +* Promote to stable version. + 1.0.0b1 ++++++ * Initial release. \ No newline at end of file diff --git a/src/discovery/setup.py b/src/discovery/setup.py index 247210aedd5..c707e0501e1 100644 --- a/src/discovery/setup.py +++ b/src/discovery/setup.py @@ -10,12 +10,12 @@ # HISTORY.rst entry. -VERSION = '1.0.1b1' +VERSION = '1.0.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers CLASSIFIERS = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'Programming Language :: Python',