Skip to content

Commit

Permalink
update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Oct 24, 2018
1 parent 4f2e1e9 commit ce15f1f
Show file tree
Hide file tree
Showing 4 changed files with 13 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

## 1.0.2 (Oct 24, 2018)

- fix Bat and Hybrid Bat algorithms

## 1.0.1 (Mar 21, 2018)

This release reflects the changes from Journal of Open Source Software (JOSS) review:
Expand Down
2 changes: 1 addition & 1 deletion NiaPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

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

Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ fits your purposes or that it is bug-free. Use it at your own risk!
Revision History
================

1.0.2 (Oct 24, 2018)
--------------------
- fix Bat and Hybrid Bat algorithms

1.0.1 (Mar 21, 2018)
--------------------
This release reflects the changes from Journal of Open Source Software (JOSS) review:
Expand Down
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

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

1.0.2 (Oct 24, 2018)
--------------------
- fix Bat and Hybrid Bat algorithms

1.0.1 (Mar 21, 2018)
--------------------
This release reflects the changes from Journal of Open Source Software (JOSS) review:
Expand Down

0 comments on commit ce15f1f

Please sign in to comment.