Skip to content

Commit

Permalink
Version 0.20.0 release (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Apr 21, 2023
1 parent 533eda0 commit efa9b2d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ incremental in minor, bugfixes only are patches.
See [0Ver](https://0ver.org/).


## 0.19.1 WIP
## 0.20.0

### Features

Expand Down
35 changes: 18 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


[tool.nitpick]
style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style-wemake.toml"

[tool.slotscheck]
strict-imports = true
require-subclass = true
require-superclass = true
exclude-modules = 'returns\.contrib\.mypy'
exclude-classes = 'returns\.primitives\.exceptions:UnwrapFailedError'


[tool.poetry]
name = "returns"
version = "0.19.0"
version = "0.20.0"
description = "Make your functions return something meaningful, typed, and safe!"
license = "BSD-3-Clause"

Expand Down Expand Up @@ -97,3 +81,20 @@ sphinx-hoverxref = "^1.3"
doc8 = "^1.0"
m2r2 = "^0.3"
tomlkit = "^0.11"


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


[tool.nitpick]
style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style-wemake.toml"


[tool.slotscheck]
strict-imports = true
require-subclass = true
require-superclass = true
exclude-modules = 'returns\.contrib\.mypy'
exclude-classes = 'returns\.primitives\.exceptions:UnwrapFailedError'

0 comments on commit efa9b2d

Please sign in to comment.