We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd353e commit 46cfcc1Copy full SHA for 46cfcc1
CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to the "swarmlib" pypi package will be documented in this fi
3
This project follows [semantic versioning](https://semver.org/).
4
5
## Unreleased
6
+
7
+## 2019-02-17 -v0.7.0
8
* **Added** dark mode. It is enabled via the `--dark` flag.
9
* **Changed** `--continuous` and `--interval` flags. Both are now top level flags.
10
* **Changed** the API of the ant colony optimization.
swarmlib/_version.py
@@ -3,4 +3,4 @@
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
# ------------------------------------------------------------------------------------------------------
-__version__ = '0.6.2'
+__version__ = '0.7.0'
0 commit comments