Skip to content

Commit

Permalink
Merge pull request #1137 from RasaHQ/prepare-release-3.10.0.dev1
Browse files Browse the repository at this point in the history
Prepared release of version 3.10.0.dev1
  • Loading branch information
radovanZRasa committed Aug 20, 2024
2 parents dc95c83 + 228cc1e commit f83da7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog/1128.misc.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Update ruff to 0.3.7.
Switch to ruff as code formatter.
Switch to ruff as code formatter.
2 changes: 1 addition & 1 deletion changelog/1135.misc.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Stringify `None` values for `message_id` and `sender_id` tracing tags to fix the
`opentelemetry` warning about invalid type `NoneType` for these tags.
`opentelemetry` warning about invalid type `NoneType` for these tags.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "rasa-sdk"
version = "3.9.1"
version = "3.10.0.dev1"
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.9.1"
__version__ = "3.10.0.dev1"

0 comments on commit f83da7f

Please sign in to comment.