We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc92f28 commit 7cac9e0Copy full SHA for 7cac9e0
1 file changed
CHANGELOG.md
@@ -4,6 +4,23 @@ Used to document all changes from previous releases and collect changes
4
until the next release.
5
6
7
+# Version 1.5.3
8
+
9
+## rdflib support 6.0.2
10
11
+The rdflib upgrade from version 5.0.0 to 6.0.2 introduced breaking changes
12
+in the rdflib library. This update fixes these breaks without changing
13
+functionality.
14
15
+## Dropping official support for Python 3.5 and 3.6
16
17
+The introduction of the rdflib 6+ library restricts the
18
+Python support for 3.7+.
19
20
+It is still possible to install odml with a Python version >=3.6,
21
+but these versions are no longer tested and officially supported.
22
23
24
# Version 1.5.2
25
26
## Pinning rdflib version to 5.0.0 until further notice
0 commit comments