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 d5cbf53 commit 78267beCopy full SHA for 78267be
django_distill/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.10.1'
+__version__ = '2.10.2'
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 = '2.10.1'
+version = '2.10.2'
7
8
9
with open('README.md', 'rt') as f:
0 commit comments