Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Keunes
funkwhale
Commits
c82f64cc
Verified
Commit
c82f64cc
authored
Jan 06, 2022
by
Georg Krause
Browse files
Version bump and changelog for 1.2.1
parent
ef99f474
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
c82f64cc
...
...
@@ -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)
------------------
...
...
api/funkwhale_api/__init__.py
View file @
c82f64cc
# -*- coding: utf-8 -*-
__version__
=
"1.2.
0
"
__version__
=
"1.2.
1
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1652.bugfix
deleted
100644 → 0
View file @
ef99f474
Fix Pipeline for stable release builds (#1652)
changes/changelog.d/1655.bugfix
deleted
100644 → 0
View file @
ef99f474
Fix remote content page (#1655)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment