Snapshot: 25.11.0-dev

This commit is contained in:
github-actions[bot]
2025-11-01 00:39:20 +00:00
parent bac2160e2a
commit 772b160a79
3 changed files with 3 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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 = [

View File

@@ -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"):