Skip to content

Commit d32b685

Browse files
committed
🔖 v0.13.0
1 parent f7d990d commit d32b685

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ All notable changes to the "swarmlib" pypi package will be documented in this fi
33
This project follows [semantic versioning](https://semver.org/).
44

55
## Unreleased
6+
7+
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.13.0...master)
8+
9+
## 2020-11-25 - [v0.13.0](https://github.com/HaaLeo/swarmlib/tree/v0.13.0)
610
* **Added** the _whale optimization algorithm_. After each step the solutions are plotted.
711
* **Fixed** the upload of release artifacts. Now the bundled pypi packages are added as release artifacts again.
812

13+
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.12.1...v0.13.0)
14+
915
## 2020-11-17 - [v0.12.1](https://github.com/HaaLeo/swarmlib/tree/v0.12.1)
1016
* **Fixed** swarmlib's appearance on [pypi](https://pypi.org/project/swarmlib). Now the gif is render correctly.
1117

swarmlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
44
# ------------------------------------------------------------------------------------------------------
55

6-
__version__ = '0.12.1'
6+
__version__ = '0.13.0'

0 commit comments

Comments
 (0)