Skip to content

Commit

Permalink
Merge pull request #389 from jstockwin/v0.13.0-upgrade
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
jstockwin authored Jul 23, 2024
2 parents 74eb751 + d63e970 commit 6aa4003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2024-07-23

### Added
- Added extra filtering methods for ElementList
- Make sure tests and docs are not included in binary distribution wheels (PyPi) and source distribution (sdist).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name="py-pdf-parser",
packages=find_packages(exclude=["tests", "tests.*", "docs", "docs.*"]),
version="0.12.0",
version="0.13.0",
url="https://github.com/jstockwin/py-pdf-parser",
license="BSD",
description="A tool to help extracting information from structured PDFs.",
Expand Down

0 comments on commit 6aa4003

Please sign in to comment.