Snapshot: 23.12.0-dev (#6638)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Eric Radman
2023-12-06 04:51:57 -05:00
committed by GitHub
parent 9b29f26217
commit 2b4b1cf7e3
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "redash-client", "name": "redash-client",
"version": "23.11.0-dev", "version": "23.12.0-dev",
"description": "The frontend part of Redash.", "description": "The frontend part of Redash.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@@ -12,7 +12,7 @@ force-exclude = '''
[tool.poetry] [tool.poetry]
name = "redash" name = "redash"
version = "23.11.0-dev" version = "23.12.0-dev"
description = "Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data." description = "Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data."
authors = ["Arik Fraimovich <arik@redash.io>"] authors = ["Arik Fraimovich <arik@redash.io>"]
# to be added to/removed from the mailing list, please reach out to Arik via the above email or Discord # to be added to/removed from the mailing list, please reach out to Arik via the above email or Discord
@@ -174,4 +174,4 @@ select = ["C9", "E", "F", "W", "I001"]
max-complexity = 15 max-complexity = 15
[tool.ruff.per-file-ignores] [tool.ruff.per-file-ignores]
"__init__.py" = ["F401"] "__init__.py" = ["F401"]

View File

@@ -14,7 +14,7 @@ from redash.app import create_app # noqa
from redash.destinations import import_destinations from redash.destinations import import_destinations
from redash.query_runner import import_query_runners from redash.query_runner import import_query_runners
__version__ = "23.11.0-dev" __version__ = "23.12.0-dev"
if os.environ.get("REMOTE_DEBUG"): if os.environ.get("REMOTE_DEBUG"):