Skip to content

Commit 8702933

Browse files
committed
bump version to 5.0
1 parent 9bb1bb3 commit 8702933

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,5 +1,5 @@
11
# Changelog
22

3-
## 5.0 - TBD
3+
## 5.0 - 2023-12-11
44

55
Initial release for Django 5.0.x and CockroachDB 22.2.x and 23.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.0a0'
1+
__version__ = '5.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)