diff --git a/django_mongodb_backend/__init__.py b/django_mongodb_backend/__init__.py index d8b1ac19e..fff2f6ce3 100644 --- a/django_mongodb_backend/__init__.py +++ b/django_mongodb_backend/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.2.2.dev0" +__version__ = "5.2.2" # Check Django compatibility before other imports which may fail if the # wrong version of Django is installed. diff --git a/docs/releases/5.2.x.rst b/docs/releases/5.2.x.rst index 5a854ba53..093d09e3d 100644 --- a/docs/releases/5.2.x.rst +++ b/docs/releases/5.2.x.rst @@ -5,7 +5,7 @@ Django MongoDB Backend 5.2.x 5.2.2 ===== -*Unreleased* +*October 22, 2025* This release confirms support for Python 3.14. No code changes were required.