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
658de6fe
Verified
Commit
658de6fe
authored
Aug 21, 2018
by
Eliot Berriot
Browse files
Version bump and changelog for 0.16.2
parent
15cd5e9c
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
658de6fe
...
...
@@ -10,6 +10,20 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
0.16.2 (2018-08-21)
-------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/upgrading.html
Bugfixes:
- Ensure we always have a default api url set on first load to avoid displaying
the instance picker (#490)
- Fixed CLI importer syntax error because of async reserved keyword usage
(#494)
0.16.1 (2018-08-19)
-------------------
...
...
api/funkwhale_api/__init__.py
View file @
658de6fe
# -*- coding: utf-8 -*-
__version__
=
"0.16.
1
"
__version__
=
"0.16.
2
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/490.bugfix
deleted
100644 → 0
View file @
15cd5e9c
Ensure we always have a default api url set on first load to avoid displaying the instance picker (#490)
changes/changelog.d/494.bugfix
deleted
100644 → 0
View file @
15cd5e9c
Fixed CLI importer syntax error because of async reserved keyword usage (#494)
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