Skip to content
Snippets Groups Projects
Verified Commit 6ed5740f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge tag '0.16.3' into develop

0.16.3 (2018-08-21)
-------------------

Upgrade instructions are available at
https://docs.funkwhale.audio/upgrading.html

Bugfixes:

- Fixed front-end not contacting the proper path on the API (!385)
parents 192b320b 9d3b92bc
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,25 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. ...@@ -10,9 +10,25 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier .. towncrier
0.16.3 (2018-08-21)
-------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/upgrading.html
Bugfixes:
- Fixed front-end not contacting the proper path on the API (!385)
0.16.2 (2018-08-21) 0.16.2 (2018-08-21)
------------------- -------------------
.. warning::
**This release is broken, do not use it. Upgrade to 0.16.3 or higher instead.**
Upgrade instructions are available at Upgrade instructions are available at
https://docs.funkwhale.audio/upgrading.html https://docs.funkwhale.audio/upgrading.html
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "0.16.2" __version__ = "0.16.3"
__version_info__ = tuple( __version_info__ = tuple(
[ [
int(num) if num.isdigit() else num int(num) if num.isdigit() else num
......
Fixed front-end not contacting the proper path on the API
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment