Bump to v0.5.28

This commit is contained in:
Jeremy Singer-Vine
2021-05-08 17:45:47 -04:00
parent 7bd9d2624e
commit 1328a00e13
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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))
+1 -1
View File
@@ -1,2 +1,2 @@
version_info = (0, 5, 27)
version_info = (0, 5, 28)
__version__ = ".".join(map(str, version_info))