From ff97ba1afb13553b4fcd7de6184b258926fef37b Mon Sep 17 00:00:00 2001 From: Daksh Date: Fri, 18 Dec 2020 09:25:12 +0100 Subject: [PATCH] prepared release of version 1.10.20 --- CHANGELOG.rst | 8 ++++++++ changelog/7575.bugfix.rst | 1 - pyproject.toml | 2 +- rasa/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 changelog/7575.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f766e7d9d8b..d553b1f125b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,14 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0. .. towncrier release notes start +[1.10.20] - 2020-12-18 +^^^^^^^^^^^^^^^^^^^^^^ + +Bugfixes +-------- +- `#7575 `_: Fix scikit-learn crashing during evaluation of `ResponseSelector` predictions. + + [1.10.19] - 2020-12-17 ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/changelog/7575.bugfix.rst b/changelog/7575.bugfix.rst deleted file mode 100644 index a0a1c47a1671..000000000000 --- a/changelog/7575.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix scikit-learn crashing during evaluation of `ResponseSelector` predictions. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 811ceb4601cc..99e10267549b 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.10.19" +version = "1.10.20" 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 87fa71ac4430..2efaa8fab060 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.10.19" +__version__ = "1.10.20"