From 380c0d4ba791f796fbfc18027ba7998d63e256a9 Mon Sep 17 00:00:00 2001 From: Konstantin Lopuhin Date: Mon, 20 Apr 2020 15:37:57 +0300 Subject: [PATCH 1/2] Prepare 0.9.0 release --- HISTORY.rst | 7 +++++++ extruct/VERSION | 2 +- setup.cfg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index dade49f0..89bc7a70 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +v0.9.0 (2020-04-20) +------------------- + +* REST API ``extruct.service`` removed +* ``rdflib`` dependency restrited to <5.0.0, as parsers used by extruct + were removed in 5.0.0 + v0.8.0 (2019-10-07) ------------------- * Python 3.4 support is dropped; diff --git a/extruct/VERSION b/extruct/VERSION index a3df0a69..ac39a106 100644 --- a/extruct/VERSION +++ b/extruct/VERSION @@ -1 +1 @@ -0.8.0 +0.9.0 diff --git a/setup.cfg b/setup.cfg index 6fca32c3..a4b7e823 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.9.0 commit = True tag = True From 88303b5c96e58052e18ad73c09307bcf150f0cf1 Mon Sep 17 00:00:00 2001 From: Konstantin Lopuhin Date: Mon, 20 Apr 2020 15:44:48 +0300 Subject: [PATCH 2/2] Revert version change Thanks @kmike --- extruct/VERSION | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extruct/VERSION b/extruct/VERSION index ac39a106..a3df0a69 100644 --- a/extruct/VERSION +++ b/extruct/VERSION @@ -1 +1 @@ -0.9.0 +0.8.0 diff --git a/setup.cfg b/setup.cfg index a4b7e823..6fca32c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.8.0 commit = True tag = True