From b14c61f6748717275cd2663d9626464911df93c7 Mon Sep 17 00:00:00 2001 From: Freddy Heppell Date: Thu, 11 Jul 2024 22:38:26 +0100 Subject: [PATCH] Prepare 1.0.1post1 (#31) --- docs/changelog.md | 2 +- mkdocs.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4780b08..f672cf4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -19,4 +19,4 @@ This release is a major overhaul of the tool including built-in download functio - Support extraction without an HTML scrape if translations aren't needed - Support extracting only some of the possible data types - Support sites without Yoast SEO plugin -- Added [online documentation](https://gatenlp.github.io/wpextract/) +- Added [online documentation](https://wpextract.readthedocs.io/) diff --git a/mkdocs.yml b/mkdocs.yml index 95c837f..5a19c07 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: WPextract copyright: Copyright © 2022-24 The University of Sheffield. repo_url: https://github.com/GateNLP/wpextract -site_url: https://wpextract.readthedocs.io/ +site_url: https://wpextract.readthedocs.io/en/stable/ site_description: Create datasets from WordPress sites for research or archiving edit_uri: edit/main/docs/ theme: diff --git a/pyproject.toml b/pyproject.toml index f944883..79ffca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name="wpextract" -version="1.0.1" +version="1.0.1post1" description="Create datasets from WordPress sites" homepage="https://wpextract.readthedocs.io/" documentation="https://wpextract.readthedocs.io/"