From d4b0cd1d6a50afd4a661ef1aead80cc96792f1a4 Mon Sep 17 00:00:00 2001 From: Freddy Heppell <freddy@freddyheppell.com> Date: Mon, 20 Jan 2025 15:42:17 +0000 Subject: [PATCH] Prepare 1.1.1 (#52) --- docs/changelog.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8beb853..ba67e72 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.1 (2025-01-20) + +- WPextract can now be installed with Python 3.13 and no longer specifies a hard upper Python bound. + ## 1.1.0 (2024-08-13) **Features & Improvements** diff --git a/pyproject.toml b/pyproject.toml index 93d4a45..ec86ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name="wpextract" -version="1.1.0" +version="1.1.1" description="Create datasets from WordPress sites" authors=[ { name = "Freddy Heppell", email = "f.heppell@sheffield.ac.uk" }