Skip to content

Commit abe294c

Browse files
committed
bump version to 6.0
1 parent 47a4115 commit abe294c

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-
## 6.0 - Unreleased
3+
## 6.0 - 2025-12-05
44

55
Initial release for Django 6.0.x and CockroachDB 24.1.x, 24.3.x, 25.2.x,
66
25.3.x, and 25.4.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__ = '6.0a0'
1+
__version__ = '6.0'
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)