Skip to content

Commit

Permalink
bump to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed May 25, 2024
1 parent 536bee7 commit 6cebb37
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.0'
__version__ = '3.2.1'


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.0'
version = '3.2.1'


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

0 comments on commit 6cebb37

Please sign in to comment.