From 3194fbf90d10284991c48c46dc4de56f4b5fc4cf Mon Sep 17 00:00:00 2001 From: Jake Stockwin Date: Mon, 7 Aug 2023 19:31:25 +0100 Subject: [PATCH] [release] v0.11.0 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343a8e67..89ee1ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2023-08-07 + +### Changed +- Various dependency updates +- PyPI releases now use Trusted Publishers + +### Fixed +- Fixed typo in docs ([#361](https://github.com/jstockwin/py-pdf-parser/pull/361)) + ## [0.10.2] - 2022-11-07 ### Changed diff --git a/setup.py b/setup.py index 307b7599..1ca40728 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ name="py-pdf-parser", packages=find_packages(), exclude=["tests.*", "tests", "docs", "docs.*"], - version="0.10.2", + version="0.11.0", url="https://github.com/jstockwin/py-pdf-parser", license="BSD", description="A tool to help extracting information from structured PDFs.",