From 224cfc25d9d282dc4c0da254ddcc6cfb28100620 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Thu, 25 Nov 2021 12:16:58 +0000 Subject: [PATCH] prepared release of version 2.8.3 --- CHANGELOG.mdx | 5 +++++ changelog/609.misc.md | 1 - pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 changelog/609.misc.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 4668496fc..34c1b2dfe 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,11 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [2.8.3] - 2021-11-25 +### Miscellaneous internal changes +- [#609](https://github.com/rasahq/rasa-sdk/issues/609) + + ## [2.8.2] - 2021-09-02 No significant changes. diff --git a/changelog/609.misc.md b/changelog/609.misc.md deleted file mode 100644 index 4f5259289..000000000 --- a/changelog/609.misc.md +++ /dev/null @@ -1 +0,0 @@ -[#609](https://github.com/RasaHQ/rasa-sdk/issues/609): Update linux-libc-dev package \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 41216ecc9..0fb16ab60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))" [tool.poetry] name = "rasa-sdk" -version = "2.8.2" +version = "2.8.3" 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_sdk/version.py b/rasa_sdk/version.py index 8efe82b7b..cb7774757 100644 --- a/rasa_sdk/version.py +++ b/rasa_sdk/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "2.8.2" +__version__ = "2.8.3"