We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49456ee commit 58afe44Copy full SHA for 58afe44
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+- 1.4.0
2
+ * Add support for Django 6.0
3
+ * Modernize setup
4
+
5
- 1.3.2
6
* Fix uncaught EUI() exceptions (Kyle Birkeland)
7
* Fix deprecation warning for app config in newer versions of Django (Gil
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = django-netfields
-version = 1.3.2
+version = 1.4.0
description = Django PostgreSQL netfields implementation
long_description = file: README.rst
url = https://github.com/jimfunk/django-postgresql-netfields
0 commit comments