Skip to content

Commit efb529b

Browse files
author
Test User
committed
Bump django-model-changes version to 1.0.1
1 parent b1430e9 commit efb529b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0"
6+
__version__ = "1.0.1"

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.0"
3+
version = "1.0.1"
44
description = "Track model instance changes in Django"
55
readme = "README.rst"
66
license = "MIT"

0 commit comments

Comments
 (0)