From 1bd2d6641dc8e5160a5ddf5bd45655e22d61af9b Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 21 Jul 2020 05:35:08 +0200 Subject: [PATCH] Release 1.0.0 Signed-off-by: Andreas Maier --- docs/changes.rst | 21 ++++----------------- nocaselist/_version.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 8104396..df8f42c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,23 +5,10 @@ Change log ========== -nocaselist 1.0.0-dev1 ---------------------- +nocaselist 1.0.0 +---------------- -Released: not yet +Released: 2020-07-21 -**Incompatible changes:** +Initial release. -**Deprecations:** - -**Bug fixes:** - -**Enhancements:** - -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/pywbem/nocaselist/issues diff --git a/nocaselist/_version.py b/nocaselist/_version.py index 0be6b24..89bd734 100644 --- a/nocaselist/_version.py +++ b/nocaselist/_version.py @@ -9,4 +9,4 @@ #: #: * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P #: * "M.N.P": A released version M.N.P -__version__ = '1.0.0.dev1' +__version__ = '1.0.0' diff --git a/setup.py b/setup.py index c422893..e9e0b70 100755 --- a/setup.py +++ b/setup.py @@ -189,7 +189,7 @@ class test(PytestCommand): # Keep these Python versions in sync with nocaselist/__init__.py python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', classifiers=[ - 'Development Status :: 5 - Production/Stable ', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent',