Skip to content

Commit

Permalink
Bump version to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susodapop committed Oct 2, 2021
1 parent f312adf commit 9c928bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "10.0.0-beta",
"version": "10.0.0",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion redash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .query_runner import import_query_runners
from .destinations import import_destinations

__version__ = "10.0.0-beta"
__version__ = "10.0.0"


if os.environ.get("REMOTE_DEBUG"):
Expand Down

0 comments on commit 9c928bd

Please sign in to comment.