File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
9
## v0.3.0 (2021-11-03)
6
10
### Feature
7
11
* Initial stable release, remove under-development warning ([ ` 92f1f6f ` ] ( https://github.com/vdmit11/sentinel-value/commit/92f1f6f5ad81bd26af4c29c861608f8ffcccc814 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sentinel-value"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
description = " Sentinel Values - unique objects akin to None, True, False"
5
5
license = " MIT"
6
6
authors = [" Dmitry Vasilyanov <vdmit11@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments