Bump version to v0.8.1

This commit is contained in:
Jeremy Singer-Vine
2023-04-08 10:47:49 -04:00
parent db136b77cc
commit 1d5d646c04
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.8.1] - 2023-04-08
### Fixed
- Fix `x0>x1`/etc. error for when drawing rect fills, per new Pillow version ([db136b7](https://github.com/jsvine/pdfplumber/commit/db136b7))
## [0.8.0] - 2023-02-13
### Changed
+2 -2
View File
@@ -1,8 +1,8 @@
cff-version: 1.2.0
title: pdfplumber
type: software
version: 0.8.0
date-released: "2023-02-13"
version: 0.8.1
date-released: "2023-04-08"
authors:
- family-names: "Singer-Vine"
given-names: "Jeremy"
+1 -1
View File
@@ -1,2 +1,2 @@
version_info = (0, 8, 0)
version_info = (0, 8, 1)
__version__ = ".".join(map(str, version_info))