Skip to content

Commit

Permalink
prepared release of version 3.6.1
Browse files Browse the repository at this point in the history
(cherry picked from commit a7e8383)
  • Loading branch information
ancalita committed Jul 12, 2023
1 parent 17f92bf commit b3e2419
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/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.1] - 2023-07-11

Rasa_Sdk 3.6.1 (2023-07-11)
### Bugfixes
- [#1219](https://github.com/rasahq/rasa-sdk/issues/1219): The logger for rasa_sdk plugin will not throw traceback when no plugins are found since plugins are optional. It will be only available in debug mode, however the action server will continue to run.


## [3.6.0] - 2023-06-13

Rasa_Sdk 3.6.0 (2023-06-13)
Expand Down
1 change: 0 additions & 1 deletion changelog/1219.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 = "3.7.0b1"
version = "3.6.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__ = "3.7.0b1"
__version__ = "3.6.1"

0 comments on commit b3e2419

Please sign in to comment.