From af9437a4765d67e60e939b81fed0c24c56fb70db Mon Sep 17 00:00:00 2001 From: Anca Lita <27920906+ancalita@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:58:47 +0100 Subject: [PATCH] prepared release of version 2.7.0 --- CHANGELOG.mdx | 5 +++++ pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index b68b8211b..7ee4827a3 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,11 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [2.7.0] - 2021-06-03 + + No significant changes. + + ## [2.6.0] - 2021-05-06 diff --git a/pyproject.toml b/pyproject.toml index dc057ac70..d8fd52c28 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.6.0" +version = "2.7.0" 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 6df904f4e..a869e2e24 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.6.0" +__version__ = "2.7.0"