Bump version to 0.11.10

This commit is contained in:
Jeremy Singer-Vine
2026-06-14 23:13:30 -04:00
parent 1e6de0b2f8
commit 7d4f2f582f
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -2,9 +2,10 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).
## Unreleased
## 0.11.10 — 2026-06-14
- Upgrade `pdfminer.six` from `20251230` to `20260107`. ([07a5ff6](https://github.com/jsvine/pdfplumber/commit/07a5ff6))
- Update minimum version requirement for `Pillow` and `pypdfium2` and update versions in `requirements-dev.txt` (h/t @kjoetang). ([1e6de0b](https://github.com/jsvine/pdfplumber/commit/1e6de0b) + [#1374](https://github.com/jsvine/pdfplumber/issues/1374))
## 0.11.9 — 2026-01-05
+2 -2
View File
@@ -1,8 +1,8 @@
cff-version: 1.2.0
title: pdfplumber
type: software
version: 0.11.9
date-released: "2026-01-05"
version: 0.11.10
date-released: "2026-06-14"
authors:
- family-names: "Singer-Vine"
given-names: "Jeremy"
+1 -1
View File
@@ -1,2 +1,2 @@
version_info = (0, 11, 9)
version_info = (0, 11, 10)
__version__ = ".".join(map(str, version_info))