From 772b160a7995d5248281680f7c5c6e7df9fb6887 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:39:20 +0000 Subject: [PATCH] Snapshot: 25.11.0-dev --- package.json | 2 +- pyproject.toml | 2 +- redash/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0b73d851b..f4c49b39d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redash-client", - "version": "25.10.0-dev", + "version": "25.11.0-dev", "description": "The frontend part of Redash.", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index dcd8c36e2..ff3f02c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redash" -version = "25.10.0-dev" +version = "25.11.0-dev" requires-python = ">=3.8" description = "Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data." authors = [ diff --git a/redash/__init__.py b/redash/__init__.py index a308f2928..abe482b1c 100644 --- a/redash/__init__.py +++ b/redash/__init__.py @@ -14,7 +14,7 @@ from redash.app import create_app # noqa from redash.destinations import import_destinations from redash.query_runner import import_query_runners -__version__ = "25.10.0-dev" +__version__ = "25.11.0-dev" if os.environ.get("REMOTE_DEBUG"):