We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac5b51 commit 2a6e2d3Copy full SHA for 2a6e2d3
ChangeLog.txt
@@ -1,6 +1,10 @@
1
SPARQLWrapper's changelog
2
=========================
3
4
+YYYY-MM-DD X.Y.Z
5
+-----------------
6
+- TODO
7
+
8
2022-03-14 2.0.0
9
-----------------
10
- Ported codebase to Python 3. Dropped support for Python 2
SPARQLWrapper/__init__.py
@@ -9,7 +9,7 @@
"""
11
12
-__version__ = "2.0.0"
+__version__ = "2.0.1a0"
13
"""The version of SPARQLWrapper"""
14
15
__agent__: str = f"sparqlwrapper {__version__} (rdflib.github.io/sparqlwrapper)"
0 commit comments