Version bump and changelog for 1.2.7

This commit is contained in:
Marcos Peña 2022-07-14 12:53:53 +02:00
parent 9582604fc1
commit ffe306ed5c
3 changed files with 26 additions and 2 deletions

View File

@ -10,6 +10,31 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.7 (2022-07-14)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Bugfixes:
- Fixed libre.fm plugin not submitting scrobbles (#1817)
Committers:
- Georg Krause
- Marcos Peña
Contributors to our Issues:
- Ciarán Ainsworth
- Marcos Peña
Contributors to our Merge Requests:
- Georg Krause
- Marcos Peña
1.2.6 (2022-07-04)
------------------

View File

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

View File

@ -1 +0,0 @@
Fixed libre.fm plugin not submitting scrobbles (#1817)