Skip to content

Commit

Permalink
prepared release of version 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawakalt committed Aug 29, 2023
1 parent f05abbe commit fe9b0ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.7] - 2023-08-29

Rasa 3.6.7 (2023-08-29)
### Bugfixes
- [#12768](https://github.com/rasahq/rasa/issues/12768): Updated certifi, cryptography, and scipy packages to address security vulnerabilities.


## [3.6.6] - 2023-08-23

Rasa 3.6.6 (2023-08-23)
Expand Down
1 change: 0 additions & 1 deletion changelog/12768.bugfix.md

This file was deleted.

4 changes: 1 addition & 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.6"
version = "3.6.7"
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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
Expand Down Expand Up @@ -151,8 +151,6 @@ confluent-kafka = ">=1.9.2,<3.0.0"
portalocker = "^2.7.0"
structlog = "^23.1.0"
structlog-sentry = "^2.0.2"
# pin dnspython to avoid dependency incompatibility
# in order to fix https://rasahq.atlassian.net/browse/ATO-1419
dnspython = "2.3.0"
wheel = ">=0.38.1"
certifi = ">=2023.7.22"
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.6"
__version__ = "3.6.7"

0 comments on commit fe9b0ec

Please sign in to comment.