From c195a25166a4d63ff7fdd51b1e7cba19f0137f4c Mon Sep 17 00:00:00 2001 From: Anca Lita <27920906+ancalita@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:27:41 +0100 Subject: [PATCH] prepared release of version 3.6.20 --- CHANGELOG.mdx | 7 +++++++ changelog/13030.misc.md | 1 - changelog/13031.misc.md | 1 - pyproject.toml | 2 +- rasa/version.py | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 changelog/13030.misc.md delete mode 100644 changelog/13031.misc.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index a9a2a21fb56b..a97640d0772b 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.20] - 2024-04-18 + +Rasa 3.6.20 (2024-04-18) +### Miscellaneous internal changes +- [#13030](https://github.com/rasahq/rasa/issues/13030), [#13031](https://github.com/rasahq/rasa/issues/13031) + + ## [3.6.19] - 2024-03-04 Rasa 3.6.19 (2024-03-04) diff --git a/changelog/13030.misc.md b/changelog/13030.misc.md deleted file mode 100644 index 6dd2c81ee85b..000000000000 --- a/changelog/13030.misc.md +++ /dev/null @@ -1 +0,0 @@ -Update poetry version to `1.8.2` diff --git a/changelog/13031.misc.md b/changelog/13031.misc.md deleted file mode 100644 index 9a6c1b307a41..000000000000 --- a/changelog/13031.misc.md +++ /dev/null @@ -1 +0,0 @@ -Add upper limit constraint for scipy dependency version in `pyproject.toml`. diff --git a/pyproject.toml b/pyproject.toml index 7b983f4be729..0944c09460d6 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.19" +version = "3.6.20" 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 12d8ae480621..2e1490a6a8c3 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.19" +__version__ = "3.6.20"