Skip to content

Commit 7d325f1

Browse files
Snapshot: 26.01.0-dev
1 parent 43ee21a commit 7d325f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.12.0-dev",
3+
"version": "26.01.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
@@ -1,6 +1,6 @@
11
[project]
22
name = "redash"
3-
version = "25.12.0-dev"
3+
version = "26.01.0-dev"
44
requires-python = ">=3.8"
55
description = "Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data."
66
authors = [

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.12.0-dev"
17+
__version__ = "26.01.0-dev"
1818

1919

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

0 commit comments

Comments
 (0)