Skip to content

Commit 0e5e659

Browse files
authored
Merge pull request #843 from bckohan/master
Fix wheel changelog url
2 parents 8b2cb37 + 3873ed7 commit 0e5e659

4 files changed

Lines changed: 104 additions & 99 deletions

File tree

docs/changelog/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
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+
49
v4.10.1 (2026-01-13)
510
--------------------
611

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-polymorphic"
7-
version = "4.10.1"
7+
version = "4.10.2"
88
description = "Seamless polymorphic inheritance for Django models."
99
readme = "README.md"
1010
license = "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]

src/polymorphic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Seamless 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

0 commit comments

Comments
 (0)