Version bump and changelog for 1.2.1

environments/review-docs-poetr-x0u8vy/deployments/9023
Georg Krause 2022-01-06 17:35:53 +01:00
rodzic 9348614bf3
commit b4b929eb43
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
4 zmienionych plików z 32 dodań i 3 usunięć

Wyświetl plik

@ -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)
------------------

Wyświetl plik

@ -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

Wyświetl plik

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

Wyświetl plik

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