Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 9, 2024
1 parent 1283be5 commit 6fa9980
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v0.9.2 (2024-10-09)

### Documentation

* docs(example): update scripts to comment out `plt.show()` (#118) ([`164d6fa`](https://github.com/xability/py_maidr/commit/164d6fa0e038b04f323c1eba98536f65a09c306e))

### Fixes

* fix: suppress wrapt warning messages (#116)

Co-authored-by: JooYoung Seo <[email protected]> ([`1283be5`](https://github.com/xability/py_maidr/commit/1283be5fe4c15012ae5385665f48da6300db69d0))


## v0.9.1 (2024-10-08)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion maidr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.1"
__version__ = "0.9.2"

from .core import Maidr
from .core.enum import PlotType
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 @@ authors = [
"JooYoung Seo <[email protected]>",
"Saairam Venkatesh <[email protected]>"
]
version = "0.9.1"
version = "0.9.2"
classifiers = [
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Financial and Insurance Industry",
Expand Down

0 comments on commit 6fa9980

Please sign in to comment.