Skip to content

Commit 525391a

Browse files
committed
bump version to 4.2
1 parent f563d3f commit 525391a

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-
## 4.2 - Unreleased
3+
## 4.2 - 2023-04-06
44

55
Initial release for Django 4.2.x and CockroachDB 22.1.x and 22.2.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__ = '4.2a0'
1+
__version__ = '4.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)