Skip to content

Commit

Permalink
version bump with fixe PyPI build release
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Aug 30, 2018
1 parent 6c02ae4 commit adfff11
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion NiaPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__all__ = ['algorithms', 'benchmarks']
__project__ = 'NiaPy'
__version__ = '1.0.1'
__version__ = '2.0.0rc2'

VERSION = "{0} v{1}".format(__project__, __version__)

Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

We are using `semantic versioning <https://semver.org/>`_.

2.0.0rc2 (Aug 30, 2018)
-----------------------

- fix PyPI build

2.0.0rc1 (Aug 30, 2018)
-----------------------
Changes included in release:
Expand Down

0 comments on commit adfff11

Please sign in to comment.