From 9d81ece007dc34383875022dda1160cffeed69d2 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 14 Dec 2017 23:08:41 +0100 Subject: [PATCH] Version bump and changelog --- CHANGELOG | 6 +++++- api/funkwhale_api/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 444d6f19a1..6faa5d267c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,11 @@ Changelog ========= -0.2.4 (unreleased) +0.2.5 (unreleased) +------------------ + + +0.2.4 (2017-12-14) ------------------ Features: diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index d961973d34..92ed1ff339 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.2.3' +__version__ = '0.2.4' __version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')]) -- GitLab