Skip to content

Commit

Permalink
Restore version declaration in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Sep 27, 2020
1 parent c9daa68 commit fd5824e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
import sys
from setuptools import setup, find_packages

from django_filters import __version__
# FIXME: Main module requires django to be present, so cannot run setup.py in
# clean environment.
# from django_filters import __version__
__version__ = '20.9.0'

f = open('README.rst')
readme = f.read()
Expand Down

0 comments on commit fd5824e

Please sign in to comment.