Skip to content

Commit d1c255b

Browse files
committed
25.1.0 release
1 parent 4ee53a9 commit d1c255b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redash-client",
3-
"version": "25.01.0-dev",
3+
"version": "25.1.0",
44
"description": "The frontend part of Redash.",
55
"main": "index.js",
66
"scripts": {

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ force-exclude = '''
1212

1313
[tool.poetry]
1414
name = "redash"
15-
version = "25.01.0-dev"
15+
version = "25.1.0"
1616
description = "Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data."
1717
authors = ["Arik Fraimovich <[email protected]>"]
1818
# to be added to/removed from the mailing list, please reach out to Arik via the above email or Discord

redash/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from redash.destinations import import_destinations
1515
from redash.query_runner import import_query_runners
1616

17-
__version__ = "25.01.0-dev"
17+
__version__ = "25.1.0"
1818

1919

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

0 commit comments

Comments
 (0)