We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5965439 commit d4b0cd1Copy full SHA for d4b0cd1
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.1.1 (2025-01-20)
4
+
5
+- WPextract can now be installed with Python 3.13 and no longer specifies a hard upper Python bound.
6
7
## 1.1.0 (2024-08-13)
8
9
**Features & Improvements**
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" }
0 commit comments