diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b47174..0984e907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.13.1 (2022-02-01) +### Fix +* **tutorial2:** Repair math agent in tutorial 2 ([`8cdc12e`](https://github.com/Met4FoF/agentMET4FOF/commit/8cdc12ebdc5d4a1792d9b1c1b3a72d9c721cbf3c)) + +### Refactor +* **signal_streams:** Turn wave methods into static methods in SineGenerator and CosineGenerator ([`9d24259`](https://github.com/Met4FoF/agentMET4FOF/commit/9d24259b9d9e240a2ca90f9a07542cef0527db1d)) +* **signal_streams:** Remove unneeded parenthesis in SineGenerator and CosineGenerator ([`dce0d86`](https://github.com/Met4FoF/agentMET4FOF/commit/dce0d864629a254338729f02916bb37926fa696e)) + +**[See all commits in this version](https://github.com/Met4FoF/agentMET4FOF/compare/v0.13.0...v0.13.1)** + ## v0.13.0 (2021-11-12) ### Feature * **Docker:** Transfer image to Docker Hub for more convenient usage ([`14aff5f`](https://github.com/Met4FoF/agentMET4FOF/commit/14aff5f49487a30bc0743da89613256054e8eac5)) diff --git a/agentMET4FOF/__init__.py b/agentMET4FOF/__init__.py index f23a6b39..7e0dc0e8 100644 --- a/agentMET4FOF/__init__.py +++ b/agentMET4FOF/__init__.py @@ -1 +1 @@ -__version__ = "0.13.0" +__version__ = "0.13.1" diff --git a/docs/conf.py b/docs/conf.py index 3ea3de3d..7650ace3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -170,7 +170,7 @@ def make_path_dict(source: str, destination: str) -> dict: # built documents. # # The short X.Y version. -version = "0.13.0" +version = "0.13.1" # The full version, including alpha/beta/rc tags. # release = '0.0.1'