Skip to content

Commit 014f134

Browse files
committed
bump to 3.2.7
1 parent 0e3acd8 commit 014f134

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.6'
1+
__version__ = '3.2.7'
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.6'
6+
version = '3.2.7'
77

88

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

0 commit comments

Comments
 (0)