Skip to content

Commit

Permalink
post release tasks (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril authored Dec 27, 2023
1 parent 3713edf commit 44db4c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v0.x.x Unreleased

### New features

### Maintenance and fixes

### Deprecation

### Documentation

## v0.17.0 (2023 Dec 22)

### New features
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.17.0"
__version__ = "0.18.0.dev0"

import logging
import os
Expand Down

0 comments on commit 44db4c8

Please sign in to comment.