File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ incremental in minor, bugfixes only are patches.
6
6
See [ 0Ver] ( https://0ver.org/ ) .
7
7
8
8
9
- ## 0.19.1 WIP
9
+ ## 0.20.0
10
10
11
11
### Features
12
12
Original file line number Diff line number Diff line change 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
-
17
1
[tool .poetry ]
18
2
name = " returns"
19
- version = " 0.19 .0"
3
+ version = " 0.20 .0"
20
4
description = " Make your functions return something meaningful, typed, and safe!"
21
5
license = " BSD-3-Clause"
22
6
@@ -97,3 +81,20 @@ sphinx-hoverxref = "^1.3"
97
81
doc8 = " ^1.0"
98
82
m2r2 = " ^0.3"
99
83
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'
You can’t perform that action at this time.
0 commit comments