Snapshot: 24.01.0-dev (#6681)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Eric Radman
2024-01-02 09:43:01 -05:00
committed by GitHub
parent 2505e8ab3b
commit 998dc31eb0
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -12,7 +12,7 @@ force-exclude = '''
[tool.poetry]
name = "redash"
version = "23.12.0-dev"
version = "24.01.0-dev"
description = "Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data."
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

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__ = "23.12.0-dev"
__version__ = "24.01.0-dev"
if os.environ.get("REMOTE_DEBUG"):