From 56446c2b4d8c1cfec2ffbbcdd4363de6b389818f Mon Sep 17 00:00:00 2001 From: Tawakalt Date: Mon, 23 Oct 2023 10:21:51 +0200 Subject: [PATCH] prepared release of version 3.6.13 --- CHANGELOG.mdx | 7 +++++++ changelog/12927.bugfix.md | 1 - pyproject.toml | 2 +- rasa/version.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog/12927.bugfix.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 14c7da88d3b8..9a6177e3632c 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.13] - 2023-10-23 + +Rasa 3.6.13 (2023-10-23) +### Bugfixes +- [#12927](https://github.com/rasahq/rasa/issues/12927): Fix wrong conflicts that occur when rasa validate stories is run with slots that have active_loop set to null in mapping conditions. + + ## [3.6.12] - 2023-10-10 Rasa 3.6.12 (2023-10-10) diff --git a/changelog/12927.bugfix.md b/changelog/12927.bugfix.md deleted file mode 100644 index 7b9ff9d69410..000000000000 --- a/changelog/12927.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix wrong conflicts that occur when rasa validate stories is run with slots that have active_loop set to null in mapping conditions. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 904736791eeb..c3809092b5c2 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.12" +version = "3.6.13" 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 98e1d7a3ca12..7f4d3334548b 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.12" +__version__ = "3.6.13"