Skip to content

Commit 9c928bd

Browse files
committed
Bump version to 10.0.0
1 parent f312adf commit 9c928bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redash-client",
3-
"version": "10.0.0-beta",
3+
"version": "10.0.0",
44
"description": "The frontend part of Redash.",
55
"main": "index.js",
66
"scripts": {

redash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .query_runner import import_query_runners
1616
from .destinations import import_destinations
1717

18-
__version__ = "10.0.0-beta"
18+
__version__ = "10.0.0"
1919

2020

2121
if os.environ.get("REMOTE_DEBUG"):

0 commit comments

Comments
 (0)