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)
This commit is contained in:
Eliot Berriot 2018-08-21 20:34:18 +02:00
commit 6ed5740f6f
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
3 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
# -*- 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

View File

@ -1 +0,0 @@
Fixed front-end not contacting the proper path on the API