Skip to content

Commit 50e03d6

Browse files
committed
prepared release of version 3.9.0rc1
1 parent 3794117 commit 50e03d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist ))"
99

1010
[tool.poetry]
1111
name = "rasa-sdk"
12-
version = "3.9.0.dev2"
12+
version = "3.9.0rc1"
1313
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"
1414
authors = [ "Rasa Technologies GmbH <[email protected]>",]
1515
maintainers = [ "Tom Bocklisch <[email protected]>",]
@@ -73,7 +73,7 @@ exclude = "rasa_sdk/grpc_py"
7373
ignore = [ "D100", "D104", "D105", "RUF005",]
7474
line-length = 88
7575
select = [ "D", "E", "F", "W", "RUF",]
76-
exclude = [ "rasa_sdk/grpc_py" ]
76+
exclude = [ "rasa_sdk/grpc_py",]
7777

7878
[tool.poetry.dependencies]
7979
python = ">=3.8,<3.11"

rasa_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
3-
__version__ = "3.9.0.dev2"
3+
__version__ = "3.9.0rc1"

0 commit comments

Comments
 (0)