From 87f813503fa26b26e6460086eefc0e5cc8eef6bd Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 19 Mar 2021 18:58:43 +0000 Subject: [PATCH] 0.6.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ agentMET4FOF/__init__.py | 2 +- docs/conf.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5b403965 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + + + +## v0.6.2 (2021-03-19) +### Fix +* **dashboard:** Finally resolve #186 by cleanly shutting down dashboard ([`9903d15`](https://github.com/Met4FoF/agentMET4FOF/commit/9903d15b61033ab5e8536deb9318936ff89e4249)) + +### Documentation +* **CHANGELOG:** Include CHANGELOG into docs ([`4ba20d3`](https://github.com/Met4FoF/agentMET4FOF/commit/4ba20d376381ad5299853d112135204104165e6e)) + +**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.6.1...v0.6.2)** diff --git a/agentMET4FOF/__init__.py b/agentMET4FOF/__init__.py index 43c4ab00..22049ab2 100644 --- a/agentMET4FOF/__init__.py +++ b/agentMET4FOF/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2" diff --git a/docs/conf.py b/docs/conf.py index 8f3f130a..67a56ca4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -167,7 +167,7 @@ def make_path_dict(source: str, destination: str) -> dict: # built documents. # # The short X.Y version. -version = '0.6.1' +version = '0.6.2' # The full version, including alpha/beta/rc tags. # release = '0.0.1'