Skip to content

Commit

Permalink
TBR fake release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Nov 10, 2023
1 parent fea08e3 commit 8f7a445
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 335 deletions.
8 changes: 8 additions & 0 deletions vizro-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ This project adheres to Semantic Versioning (http://semver.org/). -->
See the fragment files in the [changelog.d directory](https://github.com/mckinsey/vizro/tree/main/vizro-ai/changelog.d).

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

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

# 0.0.2 — 2023-11-10

## Highlights ✨

- Initial release of vizro-ai package. Vizro-AI is a tool for generating data visualizations. ([#138](https://github.com/mckinsey/vizro/pull/138))

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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 @@ -5,6 +5,6 @@

__all__ = ["VizroAI"]

__version__ = "0.0.2.dev0"
__version__ = "0.0.2"

logging.basicConfig(level=os.getenv("VIZRO_AI_LOG_LEVEL", "INFO"))

0 comments on commit 8f7a445

Please sign in to comment.