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

Commit efdfd42

Browse files
author
Philippe Cote-Boucher
committed
chore: bump rasa-addons
1 parent 5ed07be commit efdfd42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile_botfront

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ COPY rasa ./rasa
5454
RUN pip install .[sql]
5555

5656
# Install Rasa Addons
57-
RUN pip install -Iv rasa-addons==0.9.9
57+
RUN pip install -Iv rasa-addons==0.9.10
5858
# https://github.com/RasaHQ/rasa/issues/5196
5959
RUN pip uninstall -y gym
6060
RUN pip install -Iv gym==0.15.4

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.7.1"
4-
__bf_patch__ = "-bf.1"
4+
__bf_patch__ = "-bf.2"

0 commit comments

Comments
 (0)