From 5724570e8f023ea87352b3af2703c3a2b15c3bf1 Mon Sep 17 00:00:00 2001 From: Tanja Bergmann Date: Thu, 26 Mar 2020 10:58:50 +0100 Subject: [PATCH 1/3] prepared release of version 1.9.2 --- CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- rasa/version.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c8c90e6d4f9a..6306605292c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,11 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0. .. towncrier release notes start +[1.9.2] - 2020-03-26 +^^^^^^^^^^^^^^^^^^^^ + No significant changes. + + [1.9.1] - 2020-03-25 ^^^^^^^^^^^^^^^^^^^^ diff --git a/pyproject.toml b/pyproject.toml index a4034708011d..5e1af4cc2f53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))" [tool.poetry] name = "rasa" -version = "1.9.1" +version = "1.9.2" 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 5dee37f10d1c..569bd73f7073 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__ = "1.9.1" +__version__ = "1.9.2" From a6e8e36209786d9be89dfd9c06bce889dde8b53e Mon Sep 17 00:00:00 2001 From: Tanja Bergmann Date: Thu, 26 Mar 2020 11:04:49 +0100 Subject: [PATCH 2/3] update Changelog --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6306605292c9..8639e764862c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,7 +19,10 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0. [1.9.2] - 2020-03-26 ^^^^^^^^^^^^^^^^^^^^ - No significant changes. + +Bugfixes +-------- +- `#5497 `_: Fix documentation to bring back Sara. [1.9.1] - 2020-03-25 From 0439ff9de1635973fe9253ba13ce1fa8d4dc820c Mon Sep 17 00:00:00 2001 From: Tanja Date: Thu, 26 Mar 2020 11:09:47 +0100 Subject: [PATCH 3/3] Update CHANGELOG.rst Co-Authored-By: Akela Drissner-Schmid <32450038+akelad@users.noreply.github.com> --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8639e764862c..ec4ff606f2c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,8 +20,8 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0. [1.9.2] - 2020-03-26 ^^^^^^^^^^^^^^^^^^^^ -Bugfixes --------- +Improved Documentation +---------------------- - `#5497 `_: Fix documentation to bring back Sara.