Skip to content

Commit 6e90b7d

Browse files
committed
v.1.8.0
1 parent 91754c1 commit 6e90b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SPARQLWrapper's changelog:
22
-------------------------
33

4-
2016-12-XX 1.8.0 - Updated return formats for not content negotiation situations
4+
2016-12-07 1.8.0 - Updated return formats for not content negotiation situations
55
- Included license in the MANIFEST (issue #76)
66
- Added explicit support for RDF/XML as allowed format (issue #75)
77
- Added proper shebang (issue #78)

SPARQLWrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
@requires: U{RDFLib<http://rdflib.net>} package.
164164
"""
165165

166-
__version__ = "1.8.0.dev0"
166+
__version__ = "1.8.0"
167167
"""The version of SPARQLWrapper"""
168168

169169
__authors__ = "Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin"

0 commit comments

Comments
 (0)