Skip to content

Commit

Permalink
prepared release of version 3.1.0 (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: sanchariGr <s.ghosh@rasa.com>
  • Loading branch information
sanchariGr committed Mar 23, 2022
1 parent 531b1cd commit 3c44f16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.mdx
Expand Up @@ -17,6 +17,9 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.1.0] - 2022-03-23 No significant changes.


## [3.0.6] - 2022-03-07
### Bugfixes
- [#719](https://github.com/rasahq/rasa-sdk/issues/719): Remove no longer necessary dependency pin for `uvloop`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "3.0.6"
version = "3.1.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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "3.0.6"
__version__ = "3.1.0"

0 comments on commit 3c44f16

Please sign in to comment.