From d7a26bc23e42deedd773479fd03de453bc6c83e1 Mon Sep 17 00:00:00 2001 From: OgnjenFrancuski Date: Tue, 13 Feb 2024 13:36:16 +0100 Subject: [PATCH] prepared release of version 3.6.17 --- CHANGELOG.mdx | 7 +++++++ changelog/13007.misc.md | 2 -- pyproject.toml | 2 +- rasa/version.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 changelog/13007.misc.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index b3411889c069..8efe6d303a21 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.17] - 2024-02-13 + +Rasa 3.6.17 (2024-02-13) +### Miscellaneous internal changes +- [#13007](https://github.com/rasahq/rasa/issues/13007) + + ## [3.6.16] - 2024-01-19 Rasa 3.6.16 (2024-01-19) diff --git a/changelog/13007.misc.md b/changelog/13007.misc.md deleted file mode 100644 index 4329f20aed22..000000000000 --- a/changelog/13007.misc.md +++ /dev/null @@ -1,2 +0,0 @@ -aiohttp - update from 3.6 to 3.9 -aioresponses - update from 0.7.4 to 0.7.6 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 01b534b61908..913610027cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))" [tool.poetry] name = "rasa" -version = "3.6.16" +version = "3.6.17" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" authors = [ "Rasa Technologies GmbH ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa/version.py b/rasa/version.py index fc234e58601b..6a7745b5540c 100644 --- a/rasa/version.py +++ b/rasa/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "3.6.16" +__version__ = "3.6.17"