Skip to content

Commit ebb9429

Browse files
authored
Merge pull request #297 from jacebrowning/handle-pep561
Tell type checkers that this package has types
2 parents 6581556 + 24af91a commit ebb9429

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Added support for Python 3.11.
66
- Updated `Manager.get()` to be more flexible with positional arguments.
77
- Added support for passing `frozen=True` to the underlying `dataclass`.
8+
- Added `py.typed` to tell type checkers that `datafiles` has types.
89

910
## 2.0 (2022-08-20)
1011

datafiles/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "datafiles"
4-
version = "2.1b4"
4+
version = "2.1b5"
55
description = "File-based ORM for dataclasses."
66

77
license = "MIT"

0 commit comments

Comments
 (0)