From 56c220275bbdfb5d8634ec78d4c561ccf7c1af71 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Sun, 7 Jan 2018 22:27:34 +0100 Subject: [PATCH] Version bump and changelog --- CHANGELOG | 8 +++++++- api/funkwhale_api/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c854bf0e..1f4d8ff0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,13 @@ Changelog ========= -0.3.3 (Unreleased) +0.3.4 (Unreleased) +------------------ + + + + +0.3.4 (2018-01-07) ------------------ - Users can now create their own dynamic radios (#51) diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 08bf2149..dda94496 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.3.2' +__version__ = '0.3.3' __version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')]) -- GitLab