Skip to content

Commit b0063d9

Browse files
committed
🔖 v0.14.0
1 parent 7318df4 commit b0063d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.14.0...master)
9+
10+
## 2020-12-04 - [v0.14.0](https://github.com/HaaLeo/swarmlib/tree/v0.14.0)
11+
812
### Added
913
* new functions by upgrading [landscapes](https://github.com/nathanrooy/landscapes#readme) to _v0.0.11_
1014

1115
### Fixed
1216
* a bug that caused levy flights to be performed randomly despite `--seed` was enabled.
1317

14-
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.13.0...master)
18+
[All Changes](https://github.com/HaaLeo/swarmlib/compare/v0.13.0...v0.14.0)
1519

1620
## 2020-11-25 - [v0.13.0](https://github.com/HaaLeo/swarmlib/tree/v0.13.0)
1721

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.13.0'
6+
__version__ = '0.14.0'

0 commit comments

Comments
 (0)