Skip to content

Commit a5089ee

Browse files
committed
Version 4.17.0
1 parent f53978a commit a5089ee

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
4.17.0 (2025-05-13)
6+
-------------------
7+
58
* Added field classes :class:`~django_mysql.models.TinyIntegerField` and
69
:class:`~django_mysql.models.PositiveTinyIntegerField` that use MySQL’s one-byte
710
``TINYINT`` data type.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "django-mysql"
9-
version = "4.16.0"
9+
version = "4.17.0"
1010
description = "Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases."
1111
readme = "README.rst"
1212
keywords = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)