Skip to content

Commit c66bc0f

Browse files
committed
Version 1.0.2
1 parent 5c7b873 commit c66bc0f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.2 (2024-11-29)
4+
5+
* Getting the versioning in sync, no functional changes.
6+
37
## 1.0.1 (2024-11-29)
48

59
* Switching to PyPI-GitHub trusted publisher release flow.

Diff for: 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.0"
8+
version = "1.0.2"
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)