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