Skip to content

Commit 7747325

Browse files
authored
update version and add empty changelog sections after release (#2461)
1 parent 35fa479 commit 7747325

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v0.x.x Unreleased
4+
5+
### New features
6+
7+
### Maintenance and fixes
8+
9+
### Deprecation
10+
11+
### Documentation
12+
313
## v0.22.0 (2025 Jul 9)
414

515
### 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.22.0"
3+
__version__ = "0.23.0.dev0"
44

55
import logging
66
import os

0 commit comments

Comments
 (0)