We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e911cdd + 0b4ab8f commit 18979f4Copy full SHA for 18979f4
HISTORY.rst
@@ -5,7 +5,8 @@ History
5
0.7.5 (unreleased)
6
------------------
7
8
-* Force iland API v0.8
+* Force iland API v0.8.
9
+* Update dev requirements.
10
11
0.7.4 (2017-05-26)
12
requirements_dev.txt
@@ -4,6 +4,6 @@ watchdog==0.8.3
4
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
-Sphinx==1.6.1
+Sphinx=1.6.2
requests_mock==1.3.0
setup.py
@@ -23,7 +23,7 @@
23
'flake8==3.3.0',
24
'tox==2.7.0',
25
'coverage==4.4.1',
26
- 'Sphinx==1.6.1',
+ 'Sphinx==1.6.2',
27
'requests_mock==1.3.0'],
28
29
setup(
0 commit comments