Skip to content

Commit

Permalink
Version 0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 21, 2020
1 parent 819680e commit 12e4227
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.15.0 WIP aka The initial HKT release
## 0.15.0 aka The initial HKT release

### Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
env:
# We only need this because we store this example in `tests/`
# and not in our source code. Please, do not copy this line!
- MYPYPATH=./tests/test_examples
- MYPYPATH=./tests/test_examples/test_your_container
main: |
# Let's import our `Pair` type we defined earlier:
from test_pair4 import Pair
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
env:
# We only need this because we store this example in `tests/`
# and not in our source code. Please, do not copy this line!
- MYPYPATH=./tests/test_examples
- MYPYPATH=./tests/test_examples/test_your_container
main: |
# Let's import our `Pair` type we defined earlier:
from test_pair4 import Pair
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
env:
# We only need this because we store this example in `tests/`
# and not in our source code. Please, do not copy this line!
- MYPYPATH=./tests/test_examples
- MYPYPATH=./tests/test_examples/test_your_container
main: |
from test_pair4 import Pair
from returns.pointfree import map_
Expand Down

0 comments on commit 12e4227

Please sign in to comment.