Skip to content

Commit

Permalink
Merge pull request #1003 from RasaHQ/prepare-release-3.6.1
Browse files Browse the repository at this point in the history
prepared release of version 3.6.1
  • Loading branch information
ancalita authored Jul 11, 2023
2 parents 2caaa67 + a7e8383 commit 8f765d1
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.6.0"
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.6.0"
__version__ = "3.6.1"

0 comments on commit 8f765d1

Please sign in to comment.