Skip to content

Commit

Permalink
Version 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LincolnPuzey committed Nov 9, 2024
1 parent 5735b92 commit 08871e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ ChangeLog
unreleased
----------



.. _v1.9.4:

1.9.4 (2024-11-09)
------------------

*New:*
- Confirm support for Python 3.13
- Confirm support for Django 5.1
Expand Down
2 changes: 1 addition & 1 deletion src/dirtyfields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__all__ = ['DirtyFieldsMixin']
__version__ = "1.9.4.dev0"
__version__ = "1.9.4"
from dirtyfields.dirtyfields import DirtyFieldsMixin

VERSION = tuple(map(int, __version__.split(".")[0:3]))

0 comments on commit 08871e2

Please sign in to comment.