Skip to content

Commit

Permalink
Release for v.0.15.0 (#2206)
Browse files Browse the repository at this point in the history
* Release for v.0.15.0

* Update CHANGELOG.md

* Add date
  • Loading branch information
canyon289 authored Feb 19, 2023
1 parent 6ae4439 commit 79f0b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion arviz/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 79f0b43

Please sign in to comment.