Skip to content

Commit

Permalink
Merge pull request #380 from jstockwin/release-0-12-0
Browse files Browse the repository at this point in the history
Release 0.12.0
  • Loading branch information
jstockwin authored Nov 10, 2023
2 parents 4985242 + 3dc1f19 commit b5c6a24
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 @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.0] - 2023-11-10

### Added
- Added support for opening password protected files ([#350](https://github.com/jstockwin/py-pdf-parser/pull/350))

## [0.11.0] - 2023-08-07

### Changed
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.11.0",
version="0.12.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 b5c6a24

Please sign in to comment.