You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,20 @@
3
3
Used to document all changes from previous releases and collect changes
4
4
until the next release.
5
5
6
-
# Latest
7
6
8
-
# Dropping Python 2 support
7
+
# Version 1.5.2
8
+
9
+
## Pinning rdflib version to 5.0.0 until further notice
10
+
11
+
Due to major breaking changes introduced in the upgrade of
12
+
rdflib 5.0.0 to 6.0.0, the rdflib version is pinned to 5.0.0
13
+
until the breaking code has been fixed.
14
+
15
+
## Dropping Python 2 support
9
16
10
17
Python 2 has reached end of life. The codebase has been cleaned from Python 2 and Python 3 compatible code, all tests now run exclusively on Python 3 versions.
11
18
12
-
# Features
19
+
##Features
13
20
-`odml.save` and `odmlparser.ODMLWriter` now support additional keywords. See issue #402 and PR #403 for details.
0 commit comments