Skip to content

Commit

Permalink
Bump to v0.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed May 8, 2021
1 parent 7bd9d26 commit 1328a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [0.5.28] — Unreleased
## [0.5.28] — 2021-05-08
### Added
- Add `--laparams` flag to CLI. ([#407](https://github.com/jsvine/pdfplumber/pull/407))

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, 27)
version_info = (0, 5, 28)
__version__ = ".".join(map(str, version_info))

0 comments on commit 1328a00

Please sign in to comment.