Skip to content

Commit 12b4715

Browse files
committed
Version 0.3.1 release
1 parent 281c59b commit 12b4715

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
We follow Semantic Versions since the `0.1.0` release.
44

5+
6+
## Version 0.3.1
7+
8+
### Bugfixes
9+
10+
- Adds `py.typed` file to be `PEP561` compatible
11+
12+
513
## Version 0.3.0, Renamed to `returns`
614

715
The project is renamed to `returns` and moved to `dry-python` org.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "returns"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Make your functions return something meaningful and safe!"
55
license = "MIT"
66

returns/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)