Skip to content

Commit 812418d

Browse files
committed
bump version to 5.2
1 parent c2a8e94 commit 812418d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 5.2 - Unreleased
3+
## 5.2 - 2025-04-07
44

55
Initial release for Django 5.2.x and CockroachDB 23.2.x, 24.1.x, 24.3.x, and
66
25.1.x.

django_cockroachdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '5.2a0'
1+
__version__ = '5.2'
22

33
# Check Django compatibility before other imports which may fail if the
44
# wrong version of Django is installed.

0 commit comments

Comments
 (0)