Skip to content

Commit c8c3681

Browse files
author
Test User
committed
Bump django-model-changes version to 1.0.3
1 parent 9ea11ac commit c8c3681

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

django_model_changes/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This file is automatically updated by `djb publish`.
44
"""
55

6-
__version__ = "1.0.2"
6+
__version__ = "1.0.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-model-changes"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Track model instance changes in Django"
55
readme = "README.rst"
66
license = "MIT"

0 commit comments

Comments
 (0)