From e3b0efb25f3dc80abfb718ee2c74c3e07ce2560e Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 2 May 2019 14:26:46 +0200 Subject: [PATCH] Bump to 0.19.0-rc1 --- api/funkwhale_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index cfadc246cf..7b947072ef 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "0.18.3" +__version__ = "0.19.0-rc1" __version_info__ = tuple( [ int(num) if num.isdigit() else num -- GitLab