From d02559f35d99da56ff7f955cf736e9b0cf8bc71c Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Tue, 24 Sep 2019 15:28:11 +0200 Subject: [PATCH] Version bump for 0.20.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 7805b7646..655fc9905 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "0.19.1" +__version__ = "0.20.0-rc1" __version_info__ = tuple( [ int(num) if num.isdigit() else num -- GitLab