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