Skip to content

Commit

Permalink
Merge pull request #259 from jstockwin/release-0-10-1
Browse files Browse the repository at this point in the history
[release] v0.10.1
  • Loading branch information
jstockwin committed Oct 12, 2021
2 parents cd0be71 + 5be31ae commit cec729d
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 @@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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))

### Changed
- Various dependency updates

## [0.10.0] - 2021-07-01
- [BREAKING] Changes from using pyqt5 to using tkinter for the visualise tool. This
means we don't need the python3-dev as a requirement, and seems to solve endless
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.0",
version="0.10.1",
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 cec729d

Please sign in to comment.