Skip to content

Commit ddd9cd2

Browse files
committed
update changelog, bump version
1 parent 438cea8 commit ddd9cd2

4 files changed

Lines changed: 8 additions & 3 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.4 (2026-01-19)
5+
--------------------
6+
7+
* Documented `model-bakery integration and test considerations <https://github.com/jazzband/django-polymorphic/issues/849>`_
8+
49
v4.9.1, v4.10.3 (2026-01-15)
510
----------------------------
611

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3"
7+
version = "4.10.4"
88
description = "Seamless polymorphic inheritance for Django models."
99
readme = "README.md"
1010
license = "BSD-3-Clause"

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.3"
22+
VERSION = "4.10.4"
2323

2424
__title__ = "Django Polymorphic"
2525
__version__ = VERSION # version synonym for backwards compatibility

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)