Skip to content

Commit 336bc8b

Browse files
authored
Merge pull request RasaHQ#5495 from RasaHQ/prepare-release-1.9.1
prepared release of version 1.9.1
2 parents 0202fe9 + c6adb13 commit 336bc8b

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.
1717

1818
.. towncrier release notes start
1919
20+
[1.9.1] - 2020-03-25
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Bugfixes
24+
--------
25+
- `#5492 <https://github.com/rasahq/rasa/issues/5492>`_: Fix an issue where the deprecated ``queue`` parameter for the :ref:`event-brokers-pika`
26+
was ignored and Rasa Open Source published the events to the ``rasa_core_events``
27+
queue instead. Note that this does not change the fact that the ``queue`` argument
28+
is deprecated in favor of the ``queues`` argument.
29+
30+
2031
[1.9.0] - 2020-03-24
2132
^^^^^^^^^^^^^^^^^^^^
2233

changelog/5492.bugfix.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))"
99

1010
[tool.poetry]
1111
name = "rasa"
12-
version = "1.9.0"
12+
version = "1.9.1"
1313
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"
1414
authors = [ "Rasa Technologies GmbH <[email protected]>",]
1515
maintainers = [ "Tom Bocklisch <[email protected]>",]

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
3-
__version__ = "1.9.0"
3+
__version__ = "1.9.1"

0 commit comments

Comments
 (0)