From 70cd2e58b5c25ad2af96539cf1918506b0122401 Mon Sep 17 00:00:00 2001 From: Georg krause Date: Sun, 26 Mar 2023 14:15:45 +0200 Subject: [PATCH] Version bump and changelog for 1.3.0-rc5 --- CHANGELOG | 8 ++++++++ api/funkwhale_api/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ed323b25f..0872ab0ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,14 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. .. towncrier +1.3.0-rc5 (2023-03-26) +---------------------- + +Updates since 1.3.0-rc4 + +- Bump cryptography to 38.0.3-rc1 to match package provided by alpine +- Fix numerous frontend performance and stability issues + 1.3.0-rc4 (2023-03-24) ---------------------- diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 35b55d4c5..b833b7397 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.0-rc4" +__version__ = "1.3.0-rc5" __version_info__ = tuple( [ int(num) if num.isdigit() else num