Skip to content

Commit

Permalink
Merge pull request #160 from RasaHQ/prepare-release-1.9.0
Browse files Browse the repository at this point in the history
prepared release of version 1.9.0
  • Loading branch information
tmbo authored Mar 24, 2020
2 parents 65a8520 + 0b07254 commit 5f5698d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0.
.. towncrier release notes start
[1.9.0] - 2020-03-24
^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#110 <https://github.com/rasahq/rasa/issues/110>`_: Exit program (``python -m rasa_sdk --actions actions`` or
``rasa run actions --actions actions``) if a requested module under the
``--actions`` command-line option cannot be found.


[1.8.1] - 2020-03-09
^^^^^^^^^^^^^^^^^^^^

Expand Down
3 changes: 0 additions & 3 deletions changelog/110.bugfix.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 @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "rasa-sdk"
version = "1.8.1"
version = "1.9.0"
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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/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.8.1"
__version__ = "1.9.0"

0 comments on commit 5f5698d

Please sign in to comment.