Skip to content

Commit

Permalink
bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed May 25, 2024
1 parent 6067c79 commit 79c9a1c
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.1.3'
__version__ = '3.2.0'


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.1.3'
version = '3.2.0'


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

0 comments on commit 79c9a1c

Please sign in to comment.