Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
9875e81c
Verified
Commit
9875e81c
authored
Aug 21, 2018
by
Eliot Berriot
Browse files
Version bump and changelog for 0.16.3
parent
192b320b
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
9875e81c
...
...
@@ -10,9 +10,25 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. 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)
-------------------
.. warning::
**This release is broken, do not use it. Upgrade to 0.16.3 or higher instead.**
Upgrade instructions are available at
https://docs.funkwhale.audio/upgrading.html
...
...
api/funkwhale_api/__init__.py
View file @
9875e81c
# -*- coding: utf-8 -*-
__version__
=
"0.16.
2
"
__version__
=
"0.16.
3
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/instance-url.bugfix
deleted
100644 → 0
View file @
192b320b
Fixed front-end not contacting the proper path on the API
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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