Update version

This commit is contained in:
Arik Fraimovich 2018-04-16 11:21:14 +03:00
parent e17e36f9e4
commit ed739e1292
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "redash-client", "name": "redash-client",
"version": "4.0.0-rc.1", "version": "4.0.0",
"description": "The frontend part of Redash.", "description": "The frontend part of Redash.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -19,7 +19,7 @@ from redash.query_runner import import_query_runners
from redash.destinations import import_destinations from redash.destinations import import_destinations
__version__ = '4.0.0-rc.1' __version__ = '4.0.0'
def setup_logging(): def setup_logging():