Skip to content

Commit

Permalink
Merge pull request #201 from AldenPeterson/release-0.8.0
Browse files Browse the repository at this point in the history
[release] v0.8.0
  • Loading branch information
jstockwin authored May 13, 2021
2 parents 808f763 + 7712343 commit 80d1c98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.8.0] - 2021-05-12
### Changed
- Various dependency updates
- Updated CI to avoid login issue ([#182](https://github.com/jstockwin/py-pdf-parser/pull/182))

## [0.7.0] - 2021-01-15
### Changed
- Ensure we only accept LTTextBoxes at the top level (not LTTextLines) ([#155](https://github.com/jstockwin/py-pdf-parser/pull/155))
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.7.0",
version="0.8.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 80d1c98

Please sign in to comment.