Skip to content

Commit

Permalink
bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Mar 31, 2023
1 parent 5168057 commit fece53f
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.1'
__version__ = '3.1.2'


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.1'
version = '3.1.2'


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

0 comments on commit fece53f

Please sign in to comment.