Skip to content

Commit

Permalink
Merge pull request #12799 from RasaHQ/prepare-release-3.4.17
Browse files Browse the repository at this point in the history
prepared release of version 3.4.17
  • Loading branch information
sanchariGr authored Sep 6, 2023
2 parents 7edbd3e + b84c5a6 commit 5b784d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.4.17] - 2023-09-06

Rasa 3.4.17 (2023-09-06)

No significant changes.


## [3.4.16] - 2023-07-11

Rasa 3.4.16 (2023-07-11)
Expand Down
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 | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "3.4.16"
version = "3.4.17"
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/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.4.16"
__version__ = "3.4.17"

0 comments on commit 5b784d0

Please sign in to comment.