File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v4.10.2 (2026-01-14)
5+ --------------------
6+
7+ * Fixed `changelog url on pypi is broken <https://github.com/jazzband/django-polymorphic/issues/842 >`_
8+
49v4.10.1 (2026-01-13)
510--------------------
611
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " django-polymorphic"
7- version = " 4.10.1 "
7+ version = " 4.10.2 "
88description = " Seamless polymorphic inheritance for Django models."
99readme = " README.md"
1010license = " BSD-3-Clause"
@@ -61,7 +61,7 @@ dependencies = [
6161"Homepage" = " https://github.com/jazzband/django-polymorphic"
6262"Repository" = " https://github.com/jazzband/django-polymorphic"
6363"Issues" = " https://github.com/jazzband/django-polymorphic/issues"
64- "Changelog" = " https://django-polymorphic.readthedocs.io/en/stable/changelog.html"
64+ "Changelog" = " https://django-polymorphic.readthedocs.io/en/stable/changelog/index .html"
6565"Code_of_Conduct" = " https://jazzband.co/about/conduct"
6666
6767[tool .uv ]
Original file line number Diff line number Diff line change 1919Seamless Polymorphic Inheritance for Django Models
2020"""
2121
22- VERSION = "4.10.1 "
22+ VERSION = "4.10.2 "
2323
2424__title__ = "Django Polymorphic"
2525__version__ = VERSION # version synonym for backwards compatibility
You can’t perform that action at this time.
0 commit comments