Skip to content

Commit 7cfc7d0

Browse files
authored
prepared release of version 3.6.15 (#12967)
* prepared release of version 3.6.15
1 parent 609287e commit 7cfc7d0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

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.6.15] - 2023-11-30
20+
21+
Rasa 3.6.15 (2023-11-30)
22+
### Bugfixes
23+
- [#12965](https://github.com/rasahq/rasa/issues/12965): Fixed connection timeout to action server by setting KEEP_ALIVE_TIMEOUT to 120, and reverting changes introduced in #12886.
24+
25+
1926
## [3.6.14] - 2023-11-17
2027

2128
Rasa 3.6.14 (2023-11-17)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ prepare-tests-windows:
136136
# It will retry the installation 5 times if it fails
137137
# See: https://github.com/actions/virtual-environments/blob/main/images/win/scripts/ImageHelpers/ChocoHelpers.ps1
138138
prepare-tests-windows-gha:
139-
powershell -command "Choco-Install wget graphviz"
139+
powershell -command "Install-ChocoPackage wget graphviz"
140140

141141
test: clean
142142
# OMP_NUM_THREADS can improve overall performance using one thread by process (on tensorflow), avoiding overload

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.6.14"
12+
version = "3.6.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>",]

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.6.14"
3+
__version__ = "3.6.15"

0 commit comments

Comments
 (0)