Skip to content

Commit

Permalink
Merge 24af91a into 6581556
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 26, 2023
2 parents 6581556 + 24af91a commit a378075
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Added support for Python 3.11.
- Updated `Manager.get()` to be more flexible with positional arguments.
- Added support for passing `frozen=True` to the underlying `dataclass`.
- Added `py.typed` to tell type checkers that `datafiles` has types.

## 2.0 (2022-08-20)

Expand Down
Empty file added datafiles/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "datafiles"
version = "2.1b4"
version = "2.1b5"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down

0 comments on commit a378075

Please sign in to comment.