Skip to content
Snippets Groups Projects
Verified Commit c82f64cc authored by Georg Krause's avatar Georg Krause
Browse files

Version bump and changelog for 1.2.1

parent ef99f474
No related branches found
No related tags found
1 merge request!1444Test merge stable -> develop
Pipeline #17942 passed with stages
in 2 hours, 4 minutes, and 11 seconds
...@@ -10,6 +10,37 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. ...@@ -10,6 +10,37 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier .. 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.2.0 (2021-12-27)
------------------ ------------------
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "1.2.0" __version__ = "1.2.1"
__version_info__ = tuple( __version_info__ = tuple(
[ [
int(num) if num.isdigit() else num int(num) if num.isdigit() else num
......
Fix Pipeline for stable release builds (#1652)
Fix remote content page (#1655)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment