Skip to content

Commit

Permalink
Merge pull request #221 from jstockwin/release-0-10-0
Browse files Browse the repository at this point in the history
[release] Release 0.10.0
  • Loading branch information
jstockwin committed Jul 1, 2021
2 parents 5716054 + 5dd55e5 commit e21ed05
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 @@ -5,6 +5,8 @@ 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.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
issues with pyqt5 not finding the correct qt bindings. This is a potential breaking
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.9.0",
version="0.10.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 e21ed05

Please sign in to comment.