Skip to content

Commit 8714f6b

Browse files
committedDec 16, 2024··
Bump version to 0.3.5
1 parent 408e713 commit 8714f6b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -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+
19
0.3.4
210
-----
11+
312
* add support for Python 3.11
413

514
0.3.3

‎django_uidfield/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .fields import UIDField # noqa: F401
22
from .misc import new_uid # noqa: F401
33

4-
__version__ = '0.3.4'
4+
__version__ = '0.3.5'
55
VERSION = __version__ # synonym

0 commit comments

Comments
 (0)
Please sign in to comment.