Skip to content

Commit efa9b2d

Browse files
authored
Version 0.20.0 release (#1600)
1 parent 533eda0 commit efa9b2d

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ incremental in minor, bugfixes only are patches.
66
See [0Ver](https://0ver.org/).
77

88

9-
## 0.19.1 WIP
9+
## 0.20.0
1010

1111
### Features
1212

pyproject.toml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
[build-system]
2-
requires = ["poetry-core>=1.0.0"]
3-
build-backend = "poetry.core.masonry.api"
4-
5-
6-
[tool.nitpick]
7-
style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style-wemake.toml"
8-
9-
[tool.slotscheck]
10-
strict-imports = true
11-
require-subclass = true
12-
require-superclass = true
13-
exclude-modules = 'returns\.contrib\.mypy'
14-
exclude-classes = 'returns\.primitives\.exceptions:UnwrapFailedError'
15-
16-
171
[tool.poetry]
182
name = "returns"
19-
version = "0.19.0"
3+
version = "0.20.0"
204
description = "Make your functions return something meaningful, typed, and safe!"
215
license = "BSD-3-Clause"
226

@@ -97,3 +81,20 @@ sphinx-hoverxref = "^1.3"
9781
doc8 = "^1.0"
9882
m2r2 = "^0.3"
9983
tomlkit = "^0.11"
84+
85+
86+
[build-system]
87+
requires = ["poetry-core>=1.0.0"]
88+
build-backend = "poetry.core.masonry.api"
89+
90+
91+
[tool.nitpick]
92+
style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style-wemake.toml"
93+
94+
95+
[tool.slotscheck]
96+
strict-imports = true
97+
require-subclass = true
98+
require-superclass = true
99+
exclude-modules = 'returns\.contrib\.mypy'
100+
exclude-classes = 'returns\.primitives\.exceptions:UnwrapFailedError'

0 commit comments

Comments
 (0)