From 4aabe57e8b25b5eff8c4fe92144d1760b65e8730 Mon Sep 17 00:00:00 2001 From: Joseph Juzl Date: Thu, 4 Nov 2021 10:17:19 +0100 Subject: [PATCH] prepared release of version 3.0.0rc1 --- pyproject.toml | 4 ++-- rasa_sdk/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b53dee4e..cf1adfa0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ build-backend = "poetry.core.masonry.api" [tool.black] line-length = 88 -target-version = [ "py37", "py38", "py39"] +target-version = [ "py37", "py38", "py39",] exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))" [tool.poetry] name = "rasa-sdk" -version = "2.8.2" +version = "3.0.0rc1" 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..0073263a4 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__ = "3.0.0rc1"