Skip to content

Commit 6fabf27

Browse files
authored
changes after release (#2435)
1 parent 9dd5a0b commit 6fabf27

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## Unreleased
4+
5+
### New features
6+
7+
### Maintenance and fixes
8+
9+
### Documentation
10+
311
## v0.21.0 (2025 Mar 06)
412

513
### New features

arviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
22
"""ArviZ is a library for exploratory analysis of Bayesian models."""
3-
__version__ = "0.21.0"
3+
__version__ = "0.22.0dev"
44

55
import logging
66
import os

0 commit comments

Comments
 (0)