From c415d759e4cfc493b1d18456efc90544a6600ba6 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Sat, 24 Feb 2018 18:07:51 +0100 Subject: [PATCH] Version bump and changelog --- CHANGELOG | 5 +++++ api/funkwhale_api/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 72e98a449a..c02e7665e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,10 +4,15 @@ Changelog 0.6 (Unreleased) ---------------- + +0.5.1 (2018-02-24) +------------------ + - Front: Fixed broken ajax call on radio builder (#69) - Front: Shuffle now restart next track from beginning (#70) - Front: volume slider should now have the same style everywhere (#72) + 0.5 (2018-02-24) ---------------- diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 7675f9251b..d3e404f122 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.5' +__version__ = '0.5.1' __version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')]) -- GitLab