Skip to content

Commit 612eb8c

Browse files
Snapshot: 25.04.0-dev
1 parent 866fb48 commit 612eb8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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": "25.03.0-dev",
3+
"version": "25.04.0-dev",
44
"description": "The frontend part of Redash.",
55
"main": "index.js",
66
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ force-exclude = '''
1212

1313
[tool.poetry]
1414
name = "redash"
15-
version = "25.03.0-dev"
15+
version = "25.04.0-dev"
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

Lines changed: 1 addition & 1 deletion
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.03.0-dev"
17+
__version__ = "25.04.0-dev"
1818

1919

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

0 commit comments

Comments
 (0)