Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Commit 271a723

Browse files
author
Philippe Cote-Boucher
committed
chore: release
1 parent bd8b860 commit 271a723

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
.. towncrier release notes start
44
5+
[1.10.10-bf.3] - 2020-08-19
6+
^^^^^^^^^^^^^^^^^^^^^
7+
8+
Bugfixes
9+
--------
10+
- `bd8b860 <https://github.com/botfront/rasa-for-botfront/commit/bd8b860c0435b52c0d391816e9a71d18e9c12ef4>`_: Fix language not associated with right model at training time.
11+
12+
513
[1.10.10-bf.2] - 2020-08-17
614
^^^^^^^^^^^^^^^^^^^^^
715

addons_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = f.read()
1010
setup(
1111
name="rasa_addons",
12-
version="0.10.3.3",
12+
version="0.10.10.3",
1313
author="Botfront",
1414
description="Rasa Addons - Components for Rasa and Botfront",
1515
long_description=long_description,

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
33
__version__ = "1.10.10"
4-
__bf_patch__ = "-bf.2"
4+
__bf_patch__ = "-bf.3"

0 commit comments

Comments
 (0)