Skip to content

Commit

Permalink
Merge pull request #741 from jazzband/release-15
Browse files Browse the repository at this point in the history
Bump the version constant
  • Loading branch information
rtpg committed Jun 30, 2021
2 parents 19b8222 + 8434c75 commit 9bfbb4d
Showing 1 changed file with 1 addition and 1 deletion.
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 = (1, 4, 0)
VERSION = (1, 5, 0)
__version__ = ".".join(str(i) for i in VERSION)

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

0 comments on commit 9bfbb4d

Please sign in to comment.