Skip to content

Commit

Permalink
Prepare Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed May 4, 2023
1 parent 3bd824d commit 5d56122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Changelog

(Unreleased)
~~~~~~~~~~~~

4.0.0 (2023-05-04)
~~~~~~~~~~~~~~~~~~
* Remove Python 3.6 support (no code changes occurred, but we no longer test this release).
* Remove Django 4.0 support (no code changes occurred, but we no longer test this release).
* Add Django 4.2 support.
Expand Down
2 changes: 1 addition & 1 deletion taggit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# setup.py and docs do not have Django installed.
django = None

VERSION = (3, 1, 0)
VERSION = (4, 0, 0)
__version__ = ".".join(str(i) for i in VERSION)

if django and django.VERSION < (3, 2):
Expand Down

0 comments on commit 5d56122

Please sign in to comment.