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 f563d3f commit 525391aCopy full SHA for 525391a
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
3
-## 4.2 - Unreleased
+## 4.2 - 2023-04-06
4
5
Initial release for Django 4.2.x and CockroachDB 22.1.x and 22.2.x.
django_cockroachdb/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '4.2a0'
+__version__ = '4.2'
# Check Django compatibility before other imports which may fail if the
# wrong version of Django is installed.
0 commit comments