From 5dd55e5e850fbf918eb8d608531d3aa6cc694cf7 Mon Sep 17 00:00:00 2001 From: Jake Stockwin Date: Thu, 1 Jul 2021 14:35:30 +0100 Subject: [PATCH] [release] Release 0.10.0 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bc1e4a..32dea7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index b794a2da..aee91e04 100644 --- a/setup.py +++ b/setup.py @@ -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.",