mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Bump version.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## v3.0.0 - UNRELEASED
|
||||
|
||||
## v2.0.0 - 2017-08-08
|
||||
|
||||
### Added
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user