diff --git a/ChangeLog.txt b/ChangeLog.txt index 1468821..bb20d9e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,6 @@ SPARQLWrapper's changelog: ------------------------- -201X-XX-XX 1.8.2 - Fixed bug (#100) +2018-05-26 1.8.2 - Fixed bug (#100) - Updated doc - Added Unauthorized exception in SPARQLWrapperExceptions - Added support for custom HTTP headers (#52) diff --git a/SPARQLWrapper/__init__.py b/SPARQLWrapper/__init__.py index 44a2f3a..f1e2b03 100644 --- a/SPARQLWrapper/__init__.py +++ b/SPARQLWrapper/__init__.py @@ -162,7 +162,7 @@ @requires: U{RDFLib} package. """ -__version__ = "1.8.2dev0" +__version__ = "1.8.2" """The version of SPARQLWrapper""" __authors__ = "Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin" @@ -177,7 +177,7 @@ __contact__ = "rdflib-dev@googlegroups.com" """Mail list to contact to other people RDFLib and SPARQLWrappers folks and developers""" -__date__ = "2018-02-25" +__date__ = "2018-05-16" """Last update""" __agent__ = "sparqlwrapper %s (rdflib.github.io/sparqlwrapper)" % __version__