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

Commit c65b311

Browse files
author
Philippe Cote-Boucher
committed
chore: release
1 parent 263211f commit c65b311

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.3-bf.2] - 2020-07-13
6+
^^^^^^^^^^^^^^^^^^^^^
7+
8+
Bugfixes
9+
--------
10+
- `#25 <https://github.com/botfront/rasa-for-botfront/pull/25>`_: Fix story fingerprinting resulting in overeager Core retraining. Base it off story file text content instead of StoryGraph.
11+
12+
513
[1.10.3-bf.1] - 2020-07-01
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.1",
12+
version="0.10.3.2",
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.3"
4-
__bf_patch__ = "-bf.1"
4+
__bf_patch__ = "-bf.2"

0 commit comments

Comments
 (0)