mirror of
https://github.com/getredash/redash.git
synced 2026-05-13 16:01:20 -04:00
Version bump.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redash-client",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "The frontend part of Redash.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -18,7 +18,7 @@ from redash.query_runner import import_query_runners
|
||||
from redash.destinations import import_destinations
|
||||
|
||||
|
||||
__version__ = '3.0.0'
|
||||
__version__ = '4.0.0'
|
||||
|
||||
|
||||
def setup_logging():
|
||||
|
||||
Reference in New Issue
Block a user