Skip to content

Commit

Permalink
Merge pull request #967 from RasaHQ/merge-3.5.x-main
Browse files Browse the repository at this point in the history
Merge 3.5.x into main
  • Loading branch information
sanchariGr committed Apr 12, 2023
2 parents 1133a39 + e91e256 commit 552f029
Show file tree
Hide file tree
Showing 4 changed files with 11 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/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.5.1] - 2023-04-11

Rasa_Sdk 3.5.1 (2023-04-11)
### Miscellaneous internal changes
- [#959](https://github.com/rasahq/rasa-sdk/issues/959)


## [3.5.0] - 2023-03-17

Rasa_Sdk 3.5.0 (2023-03-17)
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 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 = "3.5.0"
version = "3.5.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 Expand Up @@ -90,6 +90,7 @@ typing-extensions = ">=4.1.1,<5.0.0"
Sanic-Cors = "^2.0.0"
prompt-toolkit = "^3.0,<3.0.29"
"ruamel.yaml" = ">=0.16.5,<0.18.0"
websockets = ">=10.0,<11.0"

[tool.poetry.dev-dependencies]
pytest-cov = "^4.0.0"
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__ = "3.5.0"
__version__ = "3.5.1"

0 comments on commit 552f029

Please sign in to comment.