Skip to content

Commit

Permalink
Merge pull request #866 from RasaHQ/prepare-release-3.3.0
Browse files Browse the repository at this point in the history
prepared release of version 3.3.0
  • Loading branch information
sanchariGr authored Oct 7, 2022
2 parents 6cbcce8 + 6f2bc94 commit 025653d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.3.0] - 2022-10-06

Rasa_Sdk 3.3.0 (2022-10-06) No significant changes.


## [3.2.1] - 2022-08-30 No significant changes.

## [3.2.0] - 2022-06-14 No significant changes.
Expand Down
5 changes: 1 addition & 4 deletions 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.2.1"
version = "3.3.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 Expand Up @@ -68,9 +68,6 @@ coloredlogs = ">=10,<16"
sanic = "^21.12.0"
typing-extensions = ">=3.7.4,<5.0.0"
Sanic-Cors = "^2.0.0"
# there is currently an issue with 3.0.29 as it changes the unit test
# interface for testing CLI interactions. this change breaks our unit
# tests in rasa-oss.
prompt-toolkit = "^3.0,<3.0.29"

[tool.poetry.dev-dependencies]
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.2.1"
__version__ = "3.3.0"

0 comments on commit 025653d

Please sign in to comment.