Skip to content

Commit

Permalink
[Release] Release of vizro-ai 0.2.3 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyielia authored Sep 9, 2024
1 parent e6bb299 commit ae87bf5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 144 deletions.
8 changes: 8 additions & 0 deletions vizro-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

<!-- scriv-insert-here -->

<a id='changelog-0.2.3'></a>

# 0.2.3 — 2024-09-09

## Added

- Added Docker image of `VizroAI.plot` UI for local use ([#1177](https://github.com/mckinsey/vizro/pull/1177))

<a id='changelog-0.2.2'></a>

# 0.2.2 — 2024-09-06
Expand Down

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20240906_144249_runner.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion vizro-ai/src/vizro_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ["VizroAI"]

__version__ = "0.2.3.dev0"
__version__ = "0.2.3"

# TODO: I think this collides with the VIZRO_LOG_LEVEL setting, as basicConfig can only be set once
logging.basicConfig(level=os.getenv("VIZRO_AI_LOG_LEVEL", "INFO"))

0 comments on commit ae87bf5

Please sign in to comment.