Skip to content

Commit

Permalink
Prepare for 1.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dayures committed Dec 22, 2019
1 parent 96d1a5f commit d7e9748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPARQLWrapper's changelog
=========================

2019-XX-XX 1.8.5
2019-12-22 1.8.5
-----------------
- Improve/tests for development (#131)
- Changed. Be more strict on Accept Turtle header (#137)
Expand Down
2 changes: 1 addition & 1 deletion SPARQLWrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

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

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

0 comments on commit d7e9748

Please sign in to comment.