From 29b82d2d0fd5f9d2bdc2d4278cc3a4ca1b07f896 Mon Sep 17 00:00:00 2001 From: Gregory Essertel Date: Fri, 11 Jun 2021 14:34:25 -0700 Subject: [PATCH] small update to match monday's deployment --- CHANGELOG.rst | 8 ++++++++ transcriptic/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f08a87..bb0adf5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +v9.3.1 +------ + +Fixed +~~~~~ + +- Adapt the backend url resolution with the new configuration of the frontend client. + v9.3.0 ------ diff --git a/transcriptic/version.py b/transcriptic/version.py index 1f28d71..ba767e0 100644 --- a/transcriptic/version.py +++ b/transcriptic/version.py @@ -1 +1 @@ -__version__ = "9.3.0" +__version__ = "9.3.1"