Skip to content

Commit

Permalink
Merge pull request #12779 from RasaHQ/prepare-release-3.6.8
Browse files Browse the repository at this point in the history
prepared release of version 3.6.8
  • Loading branch information
Tawakalt authored Aug 30, 2023
2 parents 202c988 + 04875e0 commit b449a90
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.6.8] - 2023-08-30

Rasa 3.6.8 (2023-08-30)

No significant changes.


## [3.6.7] - 2023-08-29

Rasa 3.6.7 (2023-08-29)
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.6.7"
version = "3.6.8"
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.6.7"
__version__ = "3.6.8"

0 comments on commit b449a90

Please sign in to comment.