Skip to content

Commit c746b24

Browse files
author
semantic-release
committed
0.16.1
Automatically generated by python-semantic-release
1 parent 9e4217d commit c746b24

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.16.1 (2025-03-13)
5+
6+
### Bug Fixes
7+
8+
- Prevent appending empty line data in MultiLinePlot
9+
([#146](https://github.com/xability/py-maidr/pull/146),
10+
[`9e4217d`](https://github.com/xability/py-maidr/commit/9e4217df037176d0e44b5c03f086c915425f5d20))
11+
12+
413
## v0.16.0 (2025-03-12)
514

615
### Features

Diff for: maidr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.16.0"
1+
__version__ = "0.16.1"
22

33
from .api import close, render, save_html, set_engine, show, stacked
44
from .core import Maidr

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "maidr"
7-
version = "0.16.0"
7+
version = "0.16.1"
88
description = "Multimodal Access and Interactive Data Representations"
99
authors = [
1010
"JooYoung Seo <[email protected]>",

0 commit comments

Comments
 (0)