Skip to content

Commit 6227a1d

Browse files
committed
Remove beta tag
1 parent 13b6bfc commit 6227a1d

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": "8.0.0-beta.2",
3+
"version": "8.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
@@ -16,7 +16,7 @@
1616
from .query_runner import import_query_runners
1717
from .destinations import import_destinations
1818

19-
__version__ = '8.0.0-beta.2'
19+
__version__ = '8.0.0'
2020

2121

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

0 commit comments

Comments
 (0)