Skip to content

Commit

Permalink
Bump version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 5, 2021
1 parent 4b0aef5 commit 276dfe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.12 (beta)
# 0.12 (2021-03-05)

- Added `_exclude` parameter to `all()` and `filter()` manager methods to exclude certain objects from loading as a performance optimization.
- Fixed handling of untyped `List`/`Dict` annotations in Python 3.9.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

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

license = "MIT"
Expand Down

0 comments on commit 276dfe4

Please sign in to comment.