Skip to content

Commit

Permalink
Snapshot: 23.11.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 1, 2023
1 parent 76534eb commit 0b86916
Show file tree
Hide file tree
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": "23.10.0-dev",
"version": "23.11.0-dev",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ force-exclude = '''

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

__version__ = "23.10.0-dev"
__version__ = "23.11.0-dev"


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

0 comments on commit 0b86916

Please sign in to comment.