From ad3a905a32a94dec0ee0272e0f0070a6c696b4fb Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Fri, 29 Nov 2024 15:51:36 -0600 Subject: [PATCH] Version 1.1.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f3d99..0696b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Pending +## 1.1.0 (2024-11-29) * Shortened the name ``AssertModelQueriesContext`` to ``AssertModelQueries``. diff --git a/pyproject.toml b/pyproject.toml index 1efc19b..d305049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "hatchling" ] [project] name = "django-assert-model-queries" -version = "1.0.2" +version = "1.1.0" description = "A Django test utility to assert the number of queries per model." readme = "README.md" keywords = [ "django", "pytest", "test" ]