Skip to content

Commit

Permalink
Snapshot: 24.08.0-dev
Browse files Browse the repository at this point in the history
github-actions[bot] committed Aug 1, 2024
1 parent a69f7fb commit a9c9f08
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "24.07.0-dev",
"version": "24.08.0-dev",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ force-exclude = '''

[tool.poetry]
name = "redash"
version = "24.07.0-dev"
version = "24.08.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
2 changes: 1 addition & 1 deletion redash/__init__.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
from redash.destinations import import_destinations
from redash.query_runner import import_query_runners

__version__ = "24.07.0-dev"
__version__ = "24.08.0-dev"


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

0 comments on commit a9c9f08

Please sign in to comment.