Skip to content

Commit c390321

Browse files
committed
0.3.1
Automatically generated by python-semantic-release
1 parent c5bcd5a commit c390321

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.1 (2021-11-03)
6+
### Fix
7+
* Missing py.typed marker file (see PEP 561) ([`c5bcd5a`](https://github.com/vdmit11/sentinel-value/commit/c5bcd5a5ce1154a2312701469b16fa4831b73494))
8+
59
## v0.3.0 (2021-11-03)
610
### Feature
711
* Initial stable release, remove under-development warning ([`92f1f6f`](https://github.com/vdmit11/sentinel-value/commit/92f1f6f5ad81bd26af4c29c861608f8ffcccc814))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sentinel-value"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Sentinel Values - unique objects akin to None, True, False"
55
license = "MIT"
66
authors = ["Dmitry Vasilyanov <vdmit11@gmail.com>"]

0 commit comments

Comments
 (0)