Skip to content

Commit

Permalink
Merge pull request #346 from RasaHQ/prepare-release-2.1.1
Browse files Browse the repository at this point in the history
prepared release of version 2.1.1
  • Loading branch information
wochinge authored Nov 17, 2020
2 parents 08b902f + 688c110 commit 55bf64f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ https://github.com/RasaHQ/rasa/tree/master/changelog/ . -->

<!-- TOWNCRIER -->

## [2.1.1] - 2020-11-17


### Bugfixes
- [#344](https://github.com/rasahq/rasa/issues/344): Fix a bug in the `FormValidationAction` which immediately deactivated the form.


## [2.1.0] - 2020-11-17


Expand Down
1 change: 0 additions & 1 deletion changelog/344.bugfix.md

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 | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "2.1.0"
version = "2.1.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__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit 55bf64f

Please sign in to comment.