From adfff11a6b9ccc283197b7bf912e540723cdcfe4 Mon Sep 17 00:00:00 2001 From: GregaVrbancic Date: Thu, 30 Aug 2018 11:32:24 +0200 Subject: [PATCH] version bump with fixe PyPI build release --- CHANGELOG.md | 4 ++++ NiaPy/__init__.py | 2 +- README.rst | 5 +++++ docs/source/changelog.rst | 5 +++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4fbc6e..4b06b92f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision History +## 2.0.0rc2 (Aug 30, 2018) + +- fix PyPI build + ## 2.0.0rc1 (Aug 30, 2018) Changes included in release: diff --git a/NiaPy/__init__.py b/NiaPy/__init__.py index ef5f0b37..fa94d32f 100644 --- a/NiaPy/__init__.py +++ b/NiaPy/__init__.py @@ -14,7 +14,7 @@ __all__ = ['algorithms', 'benchmarks'] __project__ = 'NiaPy' -__version__ = '1.0.1' +__version__ = '2.0.0rc2' VERSION = "{0} v{1}".format(__project__, __version__) diff --git a/README.rst b/README.rst index 612f74ee..cc14940a 100644 --- a/README.rst +++ b/README.rst @@ -198,6 +198,11 @@ fits your purposes or that it is bug-free. Use it at your own risk! Revision History ================ +2.0.0rc2 (Aug 30, 2018) +----------------------- + +- fix PyPI build + 2.0.0rc1 (Aug 30, 2018) ----------------------- Changes included in release: diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 5ed21901..0a883127 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,6 +3,11 @@ Changelog We are using `semantic versioning `_. +2.0.0rc2 (Aug 30, 2018) +----------------------- + +- fix PyPI build + 2.0.0rc1 (Aug 30, 2018) ----------------------- Changes included in release: