Version bump and changelog for 1.2.1
This commit is contained in:
parent
ef99f47449
commit
c82f64cc7d
31
CHANGELOG
31
CHANGELOG
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fix Pipeline for stable release builds (#1652)
|
|
@ -1 +0,0 @@
|
|||
Fix remote content page (#1655)
|
Loading…
Reference in New Issue