Skip to content

Commit

Permalink
0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed May 27, 2023
1 parent db64184 commit 5375d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/releases/unreleased.md → docs/releases/0.17.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.17.0 - 2023-05-27

## bandit

Expand Down
2 changes: 1 addition & 1 deletion river/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

VERSION = (0, 16, 0)
VERSION = (0, 17, 0)

__version__ = ".".join(map(str, VERSION)) # noqa: F401

0 comments on commit 5375d16

Please sign in to comment.