Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
Former-commit-id: 77b3562
  • Loading branch information
MaxHalford committed Jun 6, 2022
1 parent c3fa6b0 commit 182c61b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $ make execute-notebooks
1. Checkout `main`
2. Bump the version in `river/__version__.py`
3. Tag and date the `docs/releases/unreleased.md` file
4. Commit
4. Commit and push
5. Tag the commit with the version (e.g. `0.4.2`)
6. Push the tag (i.e. `git push origin 0.4.2`)
7. Wait for CI to run
Expand Down
7 changes: 7 additions & 0 deletions docs/releases/0.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 0.11.1 - 2022-06-06

A small release to introduce benchmarks.

## anomaly

- Fixed a bug where anomaly filters were never updated.
2 changes: 1 addition & 1 deletion river/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 11, 0)
VERSION = (0, 11, 1)

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

0 comments on commit 182c61b

Please sign in to comment.