Skip to content

Commit 46cfcc1

Browse files
committed
🔖 v0.7.0
1 parent acd353e commit 46cfcc1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ 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+
## 2019-02-17 -v0.7.0
68
* **Added** dark mode. It is enabled via the `--dark` flag.
79
* **Changed** `--continuous` and `--interval` flags. Both are now top level flags.
810
* **Changed** the API of the ant colony optimization.

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.6.2'
6+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)