Skip to content

Commit

Permalink
Prepare for 1.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dayures committed Apr 17, 2019
1 parent e7da403 commit 79a9cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPARQLWrapper's changelog:
-------------------------
2018-XX-XX 1.8.3 - Include ChangeLog.txt in the distribution
2019-04-17 1.8.3 - Include ChangeLog.txt in the distribution
- Removed import of SPARQLWrapper in setup.py (fixed #113 and closed #115)
- Added support for querying RDF/XML in a CONSTRUCT query type
- Updated the procedure for determining the query type (#120)
Expand All @@ -10,7 +10,7 @@ SPARQLWrapper's changelog:
- Added/Updated tests
- Added examples
- Updated doc

- Fixed code generated for python3 using 2to3, adding a custom fixer (#109)

2018-05-26 1.8.2 - Fixed bug (#100)
- Updated doc
Expand Down
4 changes: 2 additions & 2 deletions SPARQLWrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
@requires: U{RDFLib<https://rdflib.readthedocs.io>} package.
"""

__version__ = "1.8.3.dev0"
__version__ = "1.8.3"
"""The version of SPARQLWrapper"""

__authors__ = "Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin"
Expand All @@ -177,7 +177,7 @@
__contact__ = "rdflib-dev@googlegroups.com"
"""Mail list to contact to other people RDFLib and SPARQLWrappers folks and developers"""

__date__ = "2018-05-16"
__date__ = "2019-04-17"
"""Last update"""

__agent__ = "sparqlwrapper %s (rdflib.github.io/sparqlwrapper)" % __version__
Expand Down

0 comments on commit 79a9cf6

Please sign in to comment.