We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7b873 commit c66bc0fCopy full SHA for c66bc0f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.2 (2024-11-29)
4
+
5
+* Getting the versioning in sync, no functional changes.
6
7
## 1.0.1 (2024-11-29)
8
9
* Switching to PyPI-GitHub trusted publisher release flow.
pyproject.toml
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
[project]
name = "django-assert-model-queries"
-version = "1.0.0"
+version = "1.0.2"
description = "A Django test utility to assert the number of queries per model."
10
readme = "README.md"
11
keywords = [ "django", "pytest", "test" ]
0 commit comments