Skip to content

Commit 12e4227

Browse files
committed
Version 0.15.0 release
1 parent 819680e commit 12e4227

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.15.0 WIP aka The initial HKT release
9+
## 0.15.0 aka The initial HKT release
1010

1111
### Features
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99

1010
[tool.poetry]
1111
name = "returns"
12-
version = "0.14.0"
12+
version = "0.15.0"
1313
description = "Make your functions return something meaningful, typed, and safe!"
1414
license = "BSD-3-Clause"
1515

typesafety/test_examples/test_your_container/test_pair4_def.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
env:
44
# We only need this because we store this example in `tests/`
55
# and not in our source code. Please, do not copy this line!
6-
- MYPYPATH=./tests/test_examples
6+
- MYPYPATH=./tests/test_examples/test_your_container
77
main: |
88
# Let's import our `Pair` type we defined earlier:
99
from test_pair4 import Pair

typesafety/test_examples/test_your_container/test_pair4_error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
env:
44
# We only need this because we store this example in `tests/`
55
# and not in our source code. Please, do not copy this line!
6-
- MYPYPATH=./tests/test_examples
6+
- MYPYPATH=./tests/test_examples/test_your_container
77
main: |
88
# Let's import our `Pair` type we defined earlier:
99
from test_pair4 import Pair

typesafety/test_examples/test_your_container/test_pair4_reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
env:
44
# We only need this because we store this example in `tests/`
55
# and not in our source code. Please, do not copy this line!
6-
- MYPYPATH=./tests/test_examples
6+
- MYPYPATH=./tests/test_examples/test_your_container
77
main: |
88
from test_pair4 import Pair
99
from returns.pointfree import map_

0 commit comments

Comments
 (0)