Skip to content

Commit

Permalink
Version 0.22.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 26, 2023
1 parent 6a0ce89 commit 7cf5ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ incremental in minor, bugfixes only are patches.
See [0Ver](https://0ver.org/).


## 0.22.0 WIP
## 0.22.0

### Features

- *Breaking*: Drops `python3.7` support
- Now requires `mypy>=1.5`
- Adds `trampolines` support


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "returns"
version = "0.21.0"
version = "0.22.0"
description = "Make your functions return something meaningful, typed, and safe!"
license = "BSD-3-Clause"

Expand Down

0 comments on commit 7cf5ef5

Please sign in to comment.