Skip to content

Commit

Permalink
Merge pull request #5629 from RasaHQ/prepare-release-1.9.6
Browse files Browse the repository at this point in the history
Prepare release 1.9.6
  • Loading branch information
erohmensing authored Apr 15, 2020
2 parents 993893a + 16167be commit 2434e54
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.9.6] - 2020-04-15
^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#5426 <https://github.com/rasahq/rasa/issues/5426>`_: Fix `rasa test nlu` plotting when using multiple runs.
- `#5489 <https://github.com/rasahq/rasa/issues/5489>`_: Fixed issue where ``max_number_of_predictions`` was not considered when running end-to-end testing.

Miscellaneous internal changes
------------------------------
- #5626


[1.9.5] - 2020-04-01
^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/5426.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5489.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5626.msic.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "1.9.5"
version = "1.9.6"
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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "1.9.5"
__version__ = "1.9.6"

0 comments on commit 2434e54

Please sign in to comment.