Skip to content

Commit 18979f4

Browse files
authored
Merge pull request #12 from ilanddev/api_v0_8
Update Sphynx version.
2 parents e911cdd + 0b4ab8f commit 18979f4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ History
55
0.7.5 (unreleased)
66
------------------
77

8-
* Force iland API v0.8
8+
* Force iland API v0.8.
9+
* Update dev requirements.
910

1011
0.7.4 (2017-05-26)
1112
------------------

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ watchdog==0.8.3
44
flake8==3.3.0
55
tox==2.7.0
66
coverage==4.4.1
7-
Sphinx==1.6.1
7+
Sphinx=1.6.2
88
requests_mock==1.3.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'flake8==3.3.0',
2424
'tox==2.7.0',
2525
'coverage==4.4.1',
26-
'Sphinx==1.6.1',
26+
'Sphinx==1.6.2',
2727
'requests_mock==1.3.0'],
2828

2929
setup(

0 commit comments

Comments
 (0)