mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Bump version to 0.11.10
This commit is contained in:
+2
-1
@@ -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
@@ -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,2 +1,2 @@
|
||||
version_info = (0, 11, 9)
|
||||
version_info = (0, 11, 10)
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
|
||||
Reference in New Issue
Block a user