Skip to content

Commit

Permalink
prepared release of version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Mar 9, 2020
1 parent a048b2b commit a0b0723
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0.
.. towncrier release notes start
[1.8.1] - 2020-03-09
^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#153 <https://github.com/rasahq/rasa/issues/153>`_: Make it possible to use the ``requests`` library inside the default Rasa SDK container.


[1.8.0] - 2020-02-26
^^^^^^^^^^^^^^^^^^^^

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

This file was deleted.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[build-system]
# keep the version of poetry in sync with the version in pyproject.toml and Dockerfile
requires = [ "poetry>=1.0.3",]
build-backend = "poetry.masonry.api"

[tool.poetry]
name = "rasa-sdk"
version = "1.8.0"
version = "1.8.1"
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.0"
__version__ = "1.8.1"

0 comments on commit a0b0723

Please sign in to comment.