@@ -44,12 +44,13 @@ Help with maintenance of all of the RDFLib family of packages is always welcome
44
44
## Versions & Releases
45
45
46
46
* ` main ` branch in this repository is the unstable release
47
- * ` 7.1.1 ` current stable release, bugfixes to 7.1.0
48
- * ` 7.0.0 ` previous stable release, supports Python 3.8.1+ only.
49
- * see [ Releases ] ( https://github.com/RDFLib/rdflib/releases )
47
+ * ` 7.1.2 ` current stable release, small improvements on to 7.1.1
48
+ * ` 7.1.1 ` previous stable release
49
+ * see < https://github.com/RDFLib/rdflib/releases/tag/7.1.1 >
50
50
* ` 6.x.y ` supports Python 3.7+ only. Many improvements over 5.0.0
51
- * see [ Releases ] ( https://github.com/RDFLib/rdflib/releases )
51
+ * see < https://github.com/RDFLib/rdflib/releases/tag/6.3.2 >
52
52
* ` 5.x.y ` supports Python 2.7 and 3.4+ and is [ mostly backwards compatible with 4.2.2] ( https://rdflib.readthedocs.io/en/stable/upgrade4to5.html ) .
53
+ * * see < https://github.com/RDFLib/rdflib/releases/tag/5.0.0 >
53
54
54
55
See < https://github.com/RDFLib/rdflib/releases/ > for the release details.
55
56
@@ -68,7 +69,7 @@ Some features of RDFLib require optional dependencies which may be installed usi
68
69
Alternatively manually download the package from the Python Package
69
70
Index (PyPI) at https://pypi.python.org/pypi/rdflib
70
71
71
- The current version of RDFLib is 7.1.1 , see the `` CHANGELOG.md `` file for what's new in this release.
72
+ The current version of RDFLib is 7.1.2 , see the `` CHANGELOG.md `` file for what's new in this release.
72
73
73
74
### Installation of the current main branch (for developers)
74
75
0 commit comments