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

Version bump and changelog for 1.1.4

parent a9095d32
Branches
Tags 0.17
No related merge requests found
...@@ -10,6 +10,12 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. ...@@ -10,6 +10,12 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier .. towncrier
1.1.4 (2021-08-02)
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
- Pinned version of asgiref to avoid trouble with latest release. For further information, see #1516
1.1.3 (2021-08-02) 1.1.3 (2021-08-02)
Upgrade instructions are available at Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html https://docs.funkwhale.audio/admin/upgrading.html
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "1.1.3" __version__ = "1.1.4"
__version_info__ = tuple( __version_info__ = tuple(
[ [
int(num) if num.isdigit() else num int(num) if num.isdigit() else num
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment