Skip to content

Commit

Permalink
Merge pull request #12758 from RasaHQ/prepare-release-3.6.6
Browse files Browse the repository at this point in the history
Prepare release 3.6.6
  • Loading branch information
Tawakalt authored Aug 23, 2023
2 parents ac32a89 + c44bbd9 commit e0506a7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 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.6] - 2023-08-23

Rasa 3.6.6 (2023-08-23)
### Bugfixes
- [#12755](https://github.com/rasahq/rasa/issues/12755): Updated setuptools and wheel to address security vulnerabilities.


## [3.6.5] - 2023-08-17

Rasa 3.6.5 (2023-08-17)
Expand Down
1 change: 0 additions & 1 deletion changelog/12755.bugfix.md

This file was deleted.

10 changes: 6 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions 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.5"
version = "3.6.6"
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 @@ -111,7 +111,7 @@ colorhash = ">=1.0.2,<1.3.0"
jsonschema = ">=3.2,<4.18"
packaging = ">=20.0,<21.0"
pytz = ">=2019.1,<2023.0"
rasa-sdk = "~3.6.1"
rasa-sdk = "~3.6.2"
colorclass = "~2.2"
terminaltables = "~3.1.0"
sanic = "~21.12"
Expand Down Expand Up @@ -155,7 +155,6 @@ structlog-sentry = "^2.0.2"
# in order to fix https://rasahq.atlassian.net/browse/ATO-1419
dnspython = "2.3.0"
wheel = ">=0.38.1"

[[tool.poetry.dependencies.tensorflow-io-gcs-filesystem]]
version = "==0.31"
markers = "sys_platform == 'win32'"
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.5"
__version__ = "3.6.6"

0 comments on commit e0506a7

Please sign in to comment.