From 276dfe4315b2ac7ac19eebe07f12192703041843 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Fri, 5 Mar 2021 05:47:49 -0500 Subject: [PATCH] Bump version to 0.12 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28881166..ad52462e 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/pyproject.toml b/pyproject.toml index d2d09164..7ed2c2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "datafiles" -version = "0.12b4" +version = "0.12" description = "File-based ORM for dataclasses." license = "MIT"