Skip to content

Commit

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



.. _v1.9.5:

1.9.5 (2024-11-09)
------------------

*Bugfix*
- Fixed error in PyPI publish process


.. _v1.9.4:

1.9.4 (2024-11-09)
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.5.dev0"
__version__ = "1.9.5"
from dirtyfields.dirtyfields import DirtyFieldsMixin

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

0 comments on commit 935baa3

Please sign in to comment.