Skip to content

Commit b5c6a24

Browse files
authored
Merge pull request #380 from jstockwin/release-0-12-0
Release 0.12.0
2 parents 4985242 + 3dc1f19 commit b5c6a24

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.12.0] - 2023-11-10
10+
11+
### Added
12+
- Added support for opening password protected files ([#350](https://github.com/jstockwin/py-pdf-parser/pull/350))
13+
914
## [0.11.0] - 2023-08-07
1015

1116
### Changed

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.11.0",
19+
version="0.12.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)