From d6827e360194462bb436fcbdee0a0fbd29b4e8f5 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Wed, 13 Feb 2019 09:51:07 +0200 Subject: [PATCH] =?UTF-8?q?Version=20update=20time=20=E2=8F=B0=20(#3429)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Version update time ⏰ * Need more ☕️ --- package.json | 2 +- redash/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5c9bb84d..0863699e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redash-client", - "version": "6.0.0", + "version": "7.0.0-beta", "description": "The frontend part of Redash.", "main": "index.js", "scripts": { diff --git a/redash/__init__.py b/redash/__init__.py index 853f3664e..9e84d0fbc 100644 --- a/redash/__init__.py +++ b/redash/__init__.py @@ -19,7 +19,7 @@ from redash.query_runner import import_query_runners from redash.destinations import import_destinations -__version__ = '6.0.0' +__version__ = '7.0.0-beta' import os