Skip to content

Commit cff1391

Browse files
committed
0.10.0
Former-commit-id: d869d8c
1 parent 1ab1a7d commit cff1391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/releases/unreleased.md docs/releases/0.10.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.10.0 - 2022-02-04
22

33
## base
44

river/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 9, 0)
1+
VERSION = (0, 10, 0)
22

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

0 commit comments

Comments
 (0)