From 3ec113e8d02cd524382db4be9727395dd16ec6a8 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Sun, 3 Jul 2016 15:22:15 +0300 Subject: [PATCH] Bump version. --- redash/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redash/__init__.py b/redash/__init__.py index 3ca26852e..054407932 100644 --- a/redash/__init__.py +++ b/redash/__init__.py @@ -13,7 +13,7 @@ from redash.query_runner import import_query_runners from redash.destinations import import_destinations -__version__ = '0.11.0' +__version__ = '0.12.0' if settings.FEATURE_TABLES_PERMISSIONS: