Version bump to 4.0.1

This commit is contained in:
Arik Fraimovich
2018-05-02 17:18:00 +03:00
parent b4d7a25c74
commit d43bfa9d10
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Change Log
## UNRELEASED
## v4.0.1 - 2018-05-02
### Added

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

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