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 9bb1bb3 commit 8702933Copy full SHA for 8702933
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
3
-## 5.0 - TBD
+## 5.0 - 2023-12-11
4
5
Initial release for Django 5.0.x and CockroachDB 22.2.x and 23.1.x.
django_cockroachdb/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '5.0a0'
+__version__ = '5.0'
# Check Django compatibility before other imports which may fail if the
# wrong version of Django is installed.
0 commit comments