Skip to content

Commit e21ed05

Browse files
authored
Merge pull request #221 from jstockwin/release-0-10-0
[release] Release 0.10.0
2 parents 5716054 + 5dd55e5 commit e21ed05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.10.0] - 2021-07-01
810
- [BREAKING] Changes from using pyqt5 to using tkinter for the visualise tool. This
911
means we don't need the python3-dev as a requirement, and seems to solve endless
1012
issues with pyqt5 not finding the correct qt bindings. This is a potential breaking

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name="py-pdf-parser",
1717
packages=find_packages(),
1818
exclude=["tests.*", "tests", "docs", "docs.*"],
19-
version="0.9.0",
19+
version="0.10.0",
2020
url="https://github.com/jstockwin/py-pdf-parser",
2121
license="BSD",
2222
description="A tool to help extracting information from structured PDFs.",

0 commit comments

Comments
 (0)