diff --git a/CHANGELOG.md b/CHANGELOG.md index 8418f4ed5b..0045f112d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## v0.x.x Unreleased +## v0.15.0 (2023 Feb 19) ### New features - Adds Savage-Dickey density ratio plot for Bayes factor approximation. ([2037](https://github.com/arviz-devs/arviz/pull/2037), [2152](https://github.com/arviz-devs/arviz/pull/2152)) diff --git a/arviz/__init__.py b/arviz/__init__.py index 6319fa6063..adaece1a49 100644 --- a/arviz/__init__.py +++ b/arviz/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=wildcard-import,invalid-name,wrong-import-position """ArviZ is a library for exploratory analysis of Bayesian models.""" -__version__ = "0.15.0.dev0" +__version__ = "0.15.0" import logging import os