We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408e713 commit 8714f6bCopy full SHA for 8714f6b
CHANGELOG.rst
@@ -1,5 +1,14 @@
1
+0.3.5
2
+-----
3
+
4
+* Add support for Python 3.11, 3.12, 3.13
5
+* Add support for Django 4.2, 5.0, 5.1
6
+* Export the package version as a global variable without using the deprecated
7
+ pkg_resources API
8
9
0.3.4
10
-----
11
12
* add support for Python 3.11
13
14
0.3.3
django_uidfield/__init__.py
@@ -1,5 +1,5 @@
from .fields import UIDField # noqa: F401
from .misc import new_uid # noqa: F401
-__version__ = '0.3.4'
+__version__ = '0.3.5'
VERSION = __version__ # synonym
0 commit comments