Skip to content

Commit 45f9412

Browse files
committed
bump to 3.2.4
1 parent b9f37b3 commit 45f9412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_distill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.2.3'
1+
__version__ = '3.2.4'
22

33

44
from django import __version__ as django_version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55

6-
version = '3.2.3'
6+
version = '3.2.4'
77

88

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

0 commit comments

Comments
 (0)