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 59d9021 commit 380c0d4Copy full SHA for 380c0d4
HISTORY.rst
@@ -2,6 +2,13 @@
2
History
3
=======
4
5
+v0.9.0 (2020-04-20)
6
+-------------------
7
+
8
+* REST API ``extruct.service`` removed
9
+* ``rdflib`` dependency restrited to <5.0.0, as parsers used by extruct
10
+ were removed in 5.0.0
11
12
v0.8.0 (2019-10-07)
13
-------------------
14
* Python 3.4 support is dropped;
extruct/VERSION
@@ -1 +1 @@
1
-0.8.0
+0.9.0
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.8.0
+current_version = 0.9.0
commit = True
tag = True
0 commit comments