Skip to content

Commit

Permalink
Merge branch '3.4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Jan 18, 2023
2 parents fbafa20 + df45d83 commit 2886ce9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.github/workflows/ @RasaHQ/infrastructure-squad
11 changes: 11 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.4.0] - 2022-11-23

Rasa_Sdk 3.4.0 (2022-11-23)
### Improvements
- [#877](https://github.com/rasahq/rasa-sdk/issues/877): Added CLI option `--logging-config-file` to enable configuration of custom logs formatting.
- [#888](https://github.com/rasahq/rasa-sdk/issues/888): Add support for Python 3.10 version.

### Miscellaneous internal changes
- [#884](https://github.com/rasahq/rasa-sdk/issues/884)


## [3.3.0] - 2022-10-06

Rasa_Sdk 3.3.0 (2022-10-06) No significant changes.
Expand Down
1 change: 0 additions & 1 deletion changelog/877.improvement.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/884.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/888.improvement.md

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 88
target-version = [ "py37", "py38", "py39", "py310"]
target-version = [ "py37", "py38", "py39", "py310",]
exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "3.3.0"
version = "3.4.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 <[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.3.0"
__version__ = "3.4.0"

0 comments on commit 2886ce9

Please sign in to comment.