Skip to content

Commit a3e1717

Browse files
authored
Merge pull request #12642 from RasaHQ/prepare-release-3.4.16
prepared release of version 3.4.16
2 parents 96de264 + a20aed4 commit a3e1717

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.mdx

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

1717
<!-- TOWNCRIER -->
1818

19+
## [3.4.16] - 2023-07-11
20+
21+
Rasa 3.4.16 (2023-07-11)
22+
### Bugfixes
23+
- [#12640](https://github.com/rasahq/rasa/issues/12640): Fix the issue with the most recent model not being selected if the owner or permissions where modified on the model file.
24+
25+
### Miscellaneous internal changes
26+
- [#12648](https://github.com/rasahq/rasa/issues/12648)
27+
28+
1929
## [3.4.15] - 2023-07-05
2030

2131
Rasa 3.4.15 (2023-07-05)

changelog/12640.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/12648.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 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.4.15"
12+
version = "3.4.16"
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>",]

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.4.15"
3+
__version__ = "3.4.16"

0 commit comments

Comments
 (0)