From 0b01bf3038c37a60019edb4e13d12ad25bd08419 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Sun, 9 Jul 2017 11:37:47 +0200 Subject: [PATCH] Changelog && version bump --- api/funkwhale_api/__init__.py | 2 +- docs/changelog.rst | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 6b304975..70d6b5ac 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.0' +__version__ = '0.2.0' __version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')]) diff --git a/docs/changelog.rst b/docs/changelog.rst index ced5c0a7..6e609aac 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,13 @@ Changelog ========= -next +0.2 ------- +2017-07-09 + +* [feature] can now import artist and releases from youtube and musicbrainz. + This requires a YouTube API key for the search * [breaking] we now check for user permission before serving audio files, which requires a specific configuration block in your reverse proxy configuration: -- GitLab