We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f37b3 commit 45f9412Copy full SHA for 45f9412
django_distill/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.2.3'
+__version__ = '3.2.4'
2
3
4
from django import __version__ as django_version
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
5
6
-version = '3.2.3'
+version = '3.2.4'
7
8
9
with open('README.md', 'rt') as f:
0 commit comments