We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94353e commit 54a9b33Copy full SHA for 54a9b33
requirements.txt
@@ -1,4 +1,4 @@
1
-Django>=1.11
+Django>=1.10.8
2
djangorestframework>=3.5.4
3
typing>=3.5.3.0
4
copyright>=1.0.1.0
setup.py
@@ -7,7 +7,7 @@
7
from codecs import open
8
from os import path
9
10
-version = "1.0.3"
+version = "1.0.4"
11
root_dir = path.abspath(path.dirname(__file__))
12
src_dir = root_dir
13
# Get the long description from the README file
0 commit comments