diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7bff9..0431d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # CHANGELOG +## v0.10.4 (2024-12-06) + +### Bug Fixes + +- Set QUARTO_PYTHON environment variable in docs workflow + ([#125](https://github.com/xability/py-maidr/pull/125), + [`532b687`](https://github.com/xability/py-maidr/commit/532b6872c8bcf91340a4737dedf7fa610d08b360)) + +### Chores + +- Add CNAME file to redirect to py.maidr.ai + ([`0268394`](https://github.com/xability/py-maidr/commit/02683945f55dfa1e5ec9486c7513c3936de52fbe)) + + ## v0.10.3 (2024-12-06) ### Bug Fixes diff --git a/maidr/__init__.py b/maidr/__init__.py index 44cd85d..c696603 100644 --- a/maidr/__init__.py +++ b/maidr/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.10.3" +__version__ = "0.10.4" from .core import Maidr from .core.enum import PlotType diff --git a/pyproject.toml b/pyproject.toml index 6110b55..f0e0621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ "JooYoung Seo ", "Saairam Venkatesh " ] -version = "0.10.3" +version = "0.10.4" classifiers = [ "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry",