Skip to content

Commit

Permalink
django-imagefield 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 9, 2021
1 parent 0710962 commit e74a6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagefield/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 13, 3)
VERSION = (0, 13, 4)
__version__ = ".".join(map(str, VERSION))

0 comments on commit e74a6dc

Please sign in to comment.