From ecc8571e74ec3094130b4a72add46acd3f19adce Mon Sep 17 00:00:00 2001 From: Osvaldo Martin Date: Fri, 17 Sep 2021 10:11:44 +0300 Subject: [PATCH] prepare patch release 0.6.2 (#410) --- Changelog.md | 18 ++++++++++++++++++ bambi/version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1724edaf9..33cce0256 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,24 @@ ### Deprecation + +### 0.6.2 + +### New features + +### Maintenance and fixes + +- Change default priors for the 't' family (#403) + +### Documentation + +- Add installation instructions with conda (#406) +- Corrected a typo: pary_id -> party_id (#402) +- Add donation information (#409) + +### Deprecation + + ### 0.6.1 ### Maintenance and fixes diff --git a/bambi/version.py b/bambi/version.py index 43c4ab005..22049ab2c 100644 --- a/bambi/version.py +++ b/bambi/version.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2"