From e04a1b188d3f463e7b3e2484578d63d754b09b9d Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 23 Jan 2023 14:24:46 +0100 Subject: [PATCH] Version bump and changelog for 1.3.0-rc3 --- CHANGELOG | 7 +++++++ api/funkwhale_api/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e7d2afdad..539060694 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,13 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. .. towncrier +1.3.0-rc3 (2023-01-23) +---------------------- + +Update since 1.3.0-rc2: + +- Fix pipeline execution for tags + 1.3.0-rc2 (2023-01-23) ---------------------- diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index b8b1135d4..642d4923e 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.0-rc2" +__version__ = "1.3.0-rc3" __version_info__ = tuple( [ int(num) if num.isdigit() else num