Skip to content

Commit

Permalink
Bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlence committed Dec 16, 2024
1 parent 408e713 commit 8714f6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
0.3.5
-----

* Add support for Python 3.11, 3.12, 3.13
* Add support for Django 4.2, 5.0, 5.1
* Export the package version as a global variable without using the deprecated
pkg_resources API

0.3.4
-----

* add support for Python 3.11

0.3.3
Expand Down
2 changes: 1 addition & 1 deletion django_uidfield/__init__.py
Original file line number Diff line number Diff line change
@@ -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 comments on commit 8714f6b

Please sign in to comment.