From f91ae5d4c5de478b5b077c48e853070690d943b2 Mon Sep 17 00:00:00 2001 From: Radovan Zivkovic Date: Thu, 12 Dec 2024 12:59:50 +0100 Subject: [PATCH] prepared release of version 3.6.20.dev1 --- CHANGELOG.mdx | 7 +++++++ changelog/13030.misc.md | 1 - pyproject.toml | 2 +- rasa/version.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog/13030.misc.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index a9a2a21fb56b..05dc2655d365 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.20.dev1] - 2024-12-12 + +Rasa 3.6.20.dev1 (2024-12-12) +### Miscellaneous internal changes +- [#13030](https://github.com/rasahq/rasa/issues/13030) + + ## [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/pyproject.toml b/pyproject.toml index 53c05df1c74e..f1e8cc041d7e 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.dev1" 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..57c01f9f4206 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.dev1"