Version bump and changelog for 1.2.1

This commit is contained in:
Georg Krause 2022-01-06 17:35:53 +01:00
parent ef99f47449
commit c82f64cc7d
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
4 changed files with 32 additions and 3 deletions

View File

@ -10,6 +10,37 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.1 (2022-01-06)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Bugfixes:
- Fix Pipeline for stable release builds (#1652)
- Fix remote content page (#1655)
Contributors to our Issues:
Ciarán Ainsworth
Georg Krause
Jakob Schürz
Mathieu Jourdan
Micha Gläß-Stöcker
petitminion
Contributors to our Merge Requests:
Georg Krause
Committers:
Dignified Silence
Georg Krause
JuniorJPDJ
nztvar
1.2.0 (2021-12-27)
------------------

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.2.0"
__version__ = "1.2.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num

View File

@ -1 +0,0 @@
Fix Pipeline for stable release builds (#1652)

View File

@ -1 +0,0 @@
Fix remote content page (#1655)