We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5300931 commit 097d930Copy full SHA for 097d930
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
3
-## 4.2 alpha 1 - TBD
+## 4.2 alpha 1 - 2023-03-18
4
5
Initial release for Django 4.2.x.
django_snowflake/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '4.2a0'
+__version__ = '4.2a1'
# Check Django compatibility before other imports which may fail if the
# wrong version of Django is installed.
0 commit comments