Bump version.

This commit is contained in:
Arik Fraimovich
2017-08-09 20:45:26 +03:00
parent 89de5f2a18
commit dc969fe0b5
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Change Log
## v3.0.0 - UNRELEASED
## v2.0.0 - 2017-08-08
### Added

View File

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

View File

@@ -18,7 +18,7 @@ from redash.query_runner import import_query_runners
from redash.destinations import import_destinations
__version__ = '2.0.0'
__version__ = '3.0.0'
def setup_logging():