Skip to content

Commit ad3a905

Browse files
committed
Version 1.1.0
1 parent 45080e9 commit ad3a905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Pending
3+
## 1.1.0 (2024-11-29)
44

55
* Shortened the name ``AssertModelQueriesContext`` to ``AssertModelQueries``.
66

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "django-assert-model-queries"
8-
version = "1.0.2"
8+
version = "1.1.0"
99
description = "A Django test utility to assert the number of queries per model."
1010
readme = "README.md"
1111
keywords = [ "django", "pytest", "test" ]

0 commit comments

Comments
 (0)