From 818d78344f57d3f4e5bc737e0ff89830d02c13c3 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 10 May 2019 10:05:26 +0200
Subject: [PATCH] Version bump for 0.19.0-rc2

---
 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 7b947072ef..0b5261daab 100644
--- a/api/funkwhale_api/__init__.py
+++ b/api/funkwhale_api/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-__version__ = "0.19.0-rc1"
+__version__ = "0.19.0-rc2"
 __version_info__ = tuple(
     [
         int(num) if num.isdigit() else num
-- 
GitLab