Skip to content

Commit

Permalink
Bump to v0.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jul 18, 2020
1 parent cddbff7 commit 9eb5c4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file. Currently goes back to `v0.4.3`.
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).

The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.5.22] — 2020-07-18
### Changed
- Upgraded `pdfminer.six` requirement to `==20200517` (cddbff7) [h/t @youngquan]

### Added
- Add support for `non_stroking_color` attribute on `char` objects (0254da3) [h/t @idan-david]

## [0.5.21] — 2020-05-27
### Fixed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PDFPlumber `v0.5.21`
# PDFPlumber `v0.5.22`

Plumb a PDF for detailed information about each text character, rectangle, and line. Plus: Table extraction and visual debugging.

Expand Down Expand Up @@ -388,6 +388,7 @@ Many thanks to the following users who've contributed ideas, features, and fixes
- [Francisco Aranda](https://github.com/frascuchon)
- [Kwok-kuen Cheung](https://github.com/cheungpat)
- [Marco](https://github.com/ubmarco)
- [Idan David](https://github.com/idan-david)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion pdfplumber/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 5, 21)
version_info = (0, 5, 22)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 9eb5c4b

Please sign in to comment.