Skip to content

Commit a484c42

Browse files
Merge pull request #336 from c-martinez/dev
Preparing for 1.3.6 release
2 parents d82f9f5 + 1846298 commit a484c42

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.travis/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ if [[ $TRAVIS_BUILD_STAGE_NAME == 'Deploy' ]]; then
1919
fi
2020

2121
pip install --upgrade pip
22+
pip install docutils==0.17.1
2223
pip install .
2324
pip install -r requirements-test.txt

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
},
3232
"publication_date": "2017-11-22",
3333
"title": "grlc",
34-
"version": "1.3.4"
34+
"version": "1.3.6"
3535
}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ keywords:
3232
- "linked-data"
3333
- "semantic-web"
3434
- "linked-data-api"
35-
version: "1.3.4"
35+
version: "1.3.6"

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ This is a list of all people who have contributed to grlc. Big thanks to everyon
1010
[mwigham](https://github.com/mwigham)
1111
[steltenpower](https://github.com/steltenpower)
1212
[jspaaks](https://github.com/jspaaks)
13+
[ecow](https://github.com/ecow)
14+
[rapw3k](https://github.com/rapw3k)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
docopt==0.6.2
2+
docutils==0.17.1
23
Flask==1.0.2
34
Flask-Cors==3.0.6
45
gevent==1.4.0

0 commit comments

Comments
 (0)