Skip to content

Commit 7614623

Browse files
authored
prepared release of version 3.5.15 (#12693)
* prepared release of version 3.5.15 * bump pyyaml
1 parent bc3a538 commit 7614623

4 files changed

Lines changed: 57 additions & 38 deletions

File tree

CHANGELOG.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->
1616

1717
<!-- TOWNCRIER -->
1818

19+
## [3.5.15] - 2023-07-21
20+
21+
Rasa 3.5.15 (2023-07-21)
22+
23+
No significant changes.
24+
25+
1926
## [3.5.14] - 2023-07-12
2027

2128
Rasa 3.5.14 (2023-07-12)

poetry.lock

Lines changed: 47 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"
99

1010
[tool.poetry]
1111
name = "rasa"
12-
version = "3.5.14"
12+
version = "3.5.15"
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 <hi@rasa.com>",]
1515
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
@@ -102,6 +102,7 @@ fbmessenger = "~6.0.0"
102102
pykwalify = ">=1.7,<1.9"
103103
coloredlogs = ">=10,<16"
104104
"ruamel.yaml" = ">=0.16.5,<0.18.0"
105+
pyyaml = ">=6.0"
105106
twilio = ">=6.26,<7.15"
106107
webexteamssdk = ">=1.1.1,<1.7.0"
107108
mattermostwrapper = "~2.2"

rasa/version.py

Lines changed: 1 addition & 1 deletion
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.5.14"
3+
__version__ = "3.5.15"

0 commit comments

Comments
 (0)