From 6fa99806f4061442daad776f6b503b6e8201bc26 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 9 Oct 2024 19:21:13 +0000 Subject: [PATCH] 0.9.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ maidr/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f5c3e..565372d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ([`1283be5`](https://github.com/xability/py_maidr/commit/1283be5fe4c15012ae5385665f48da6300db69d0)) + + ## v0.9.1 (2024-10-08) ### Chores diff --git a/maidr/__init__.py b/maidr/__init__.py index 4a0acc1..3ad175a 100644 --- a/maidr/__init__.py +++ b/maidr/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" from .core import Maidr from .core.enum import PlotType diff --git a/pyproject.toml b/pyproject.toml index 47734e1..c462710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ "JooYoung Seo ", "Saairam Venkatesh " ] -version = "0.9.1" +version = "0.9.2" classifiers = [ "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry",