Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Auri
funkwhale
Commits
eb275b7e
Verified
Commit
eb275b7e
authored
Apr 17, 2018
by
Eliot Berriot
Browse files
Version bump and changelog
parent
433eb8db
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
eb275b7e
...
...
@@ -3,6 +3,16 @@ Changelog
.. towncrier
0.9.1 (2018-04-17)
------------------
Bugfixes:
- Allow null values for musicbrainz_id in Audio ActivityPub representation
- Fixed broken permission check on library scanning and too aggressive page
validation
0.9 (2018-04-17)
----------------
...
...
api/funkwhale_api/__init__.py
View file @
eb275b7e
# -*- coding: utf-8 -*-
__version__
=
'0.9'
__version__
=
'0.9
.1
'
__version_info__
=
tuple
([
int
(
num
)
if
num
.
isdigit
()
else
num
for
num
in
__version__
.
replace
(
'-'
,
'.'
,
1
).
split
(
'.'
)])
changes/changelog.d/federation-1.bugfix
deleted
100644 → 0
View file @
433eb8db
Fixed broken permission check on library scanning and too aggressive page validation
changes/changelog.d/mbid.bugfix
deleted
100644 → 0
View file @
433eb8db
Allow null values for musicbrainz_id in Audio ActivityPub representation
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