We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6865f commit 6852bd4Copy full SHA for 6852bd4
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-1.5.2 (unreleased)
+1.5.2 (2026-03-16)
6
------------------
7
8
* Fix datetime.time serialization
setup.py
@@ -13,7 +13,7 @@ def read(*parts):
13
14
setup(
15
name='django-tracking-fields',
16
- version='1.5.2dev',
+ version='1.5.2',
17
packages=find_packages(),
18
include_package_data=True,
19
license='GPLv3+',
0 commit comments