Skip to content

Commit

Permalink
Merge pull request #6333 from RasaHQ/prepare-release-1.10.10
Browse files Browse the repository at this point in the history
prepared release of version 1.10.10
  • Loading branch information
erohmensing authored Aug 4, 2020
2 parents 833fcb5 + c392407 commit 66db163
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.10.10] - 2020-08-04
^^^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#6280 <https://github.com/rasahq/rasa/issues/6280>`_: Fixed ``TypeError: expected string or bytes-like object``
issue caused by integer, boolean, and null values in templates.


[1.10.9] - 2020-07-29
^^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/6280.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.10.9"
version = "1.10.10"
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.10.9"
__version__ = "1.10.10"

0 comments on commit 66db163

Please sign in to comment.