We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2107f9f commit be4487eCopy full SHA for be4487e
docs/changelog.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+4.9.0 (2023-02-25)
6
+------------------
7
+
8
* Support Django 4.2.
9
10
* Drop support for MySQL 5.7 and MariaDB 10.3.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django_mysql
-version = 4.8.0
+version = 4.9.0
description = Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.
long_description = file: README.rst
long_description_content_type = text/x-rst
0 commit comments