Skip to content

Commit 1b867ef

Browse files
committed
Bump version to 5.1
1 parent 729f072 commit 1b867ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## 5.1 - Unreleased
3+
## 5.1 - 2024-08-14
44

55
Initial release for Django 5.1.x.

django_snowflake/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '5.1a0'
1+
__version__ = '5.1'
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)