Skip to content

Commit

Permalink
Merge pull request #346 from jstockwin/release-0-10-2
Browse files Browse the repository at this point in the history
[release] v0.10.2
  • Loading branch information
jstockwin authored Nov 7, 2022
2 parents d5d66e1 + 7adcc06 commit 206622b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Removed unused PyYAML dependency ([#262](https://github.com/jstockwin/py-pdf-parser/pull/262))

## [0.10.2] - 2022-11-07

### Changed
- Various dependency updates

## [0.10.1] - 2021-10-12
### Fixed
- The `visualise` function properly uses the _elements_ parameter in order to filter visualised elements. ([#256](https://github.com/jstockwin/py-pdf-parser/pull/256))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name="py-pdf-parser",
packages=find_packages(),
exclude=["tests.*", "tests", "docs", "docs.*"],
version="0.10.1",
version="0.10.2",
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 206622b

Please sign in to comment.