Skip to content

Commit

Permalink
bump to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed May 25, 2024
1 parent b9f37b3 commit 45f9412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_distill/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.2.3'
__version__ = '3.2.4'


from django import __version__ as django_version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


version = '3.2.3'
version = '3.2.4'


with open('README.md', 'rt') as f:
Expand Down

0 comments on commit 45f9412

Please sign in to comment.