From 651fb97765d43de912a49c6e48ea51d5500dcb7b Mon Sep 17 00:00:00 2001 From: Carlos Tejo Date: Sun, 25 Feb 2018 11:57:35 +0100 Subject: [PATCH] Prepare for 1.8.1 release --- ChangeLog.txt | 2 +- SPARQLWrapper/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 38e68dc..90fce09 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,7 +1,7 @@ SPARQLWrapper's changelog: ------------------------- -201X-XX-XX 1.8.1 - Update classifiers (Python 3.6) +2018-02-25 1.8.1 - Update classifiers (Python 3.6) - Added some documentation about the parameter to indicate the output format - Fixed typo in width calculation - Added support for CSV, TSV (PR #98) diff --git a/SPARQLWrapper/__init__.py b/SPARQLWrapper/__init__.py index 620ac3c..f4ca17a 100644 --- a/SPARQLWrapper/__init__.py +++ b/SPARQLWrapper/__init__.py @@ -163,7 +163,7 @@ @requires: U{RDFLib} package. """ -__version__ = "1.8.1.dev0" +__version__ = "1.8.1" """The version of SPARQLWrapper""" __authors__ = "Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin" @@ -178,7 +178,7 @@ __contact__ = "rdflib-dev@googlegroups.com" """Mail list to contact to other people RDFLib and SPARQLWrappers folks and developers""" -__date__ = "2018-02-19" +__date__ = "2018-02-25" """Last update""" __agent__ = "sparqlwrapper %s (rdflib.github.io/sparqlwrapper)" % __version__