We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6c3ae commit 136496cCopy full SHA for 136496c
CHANGES
@@ -2,6 +2,13 @@
2
CHANGELOG
3
=========
4
5
+0.7.0 (2023-07-10)
6
+==================
7
+
8
+- Django 4 compatibility
9
+- Removed Django (1.11,2.2/3.0/3.1) compatibility
10
+- Moved CI/CD to Github Actions
11
12
0.6.2 (2020-07-23)
13
==================
14
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-multi-email-field"
-version = "0.6.3-dev"
+version = "0.7.0"
authors = [
{name = "Florent Lebreton", email = "[email protected]"},
]
0 commit comments