Skip to content

Commit 5375d16

Browse files
committed
0.17
1 parent db64184 commit 5375d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.17.0 - 2023-05-27
22

33
## bandit
44

river/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
22

3-
VERSION = (0, 16, 0)
3+
VERSION = (0, 17, 0)
44

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

0 commit comments

Comments
 (0)