From e921ea748b245b9686540fb89b0da0c4125c31ec Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Sun, 18 Aug 2024 19:41:05 -0400 Subject: [PATCH] Bump to v0.11.4 --- CHANGELOG.md | 2 +- CITATION.cff | 2 +- pdfplumber/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e901c985..6d416296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.11.4] - [unreleased] +## [0.11.4] - 2024-08-18 ### Fixed diff --git a/CITATION.cff b/CITATION.cff index 09d7e498..56ef9983 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,7 +1,7 @@ cff-version: 1.2.0 title: pdfplumber type: software -version: 0.11.3 +version: 0.11.4 date-released: "2024-08-07" authors: - family-names: "Singer-Vine" diff --git a/pdfplumber/_version.py b/pdfplumber/_version.py index a2ce45f0..8529e595 100644 --- a/pdfplumber/_version.py +++ b/pdfplumber/_version.py @@ -1,2 +1,2 @@ -version_info = (0, 11, 3) +version_info = (0, 11, 4) __version__ = ".".join(map(str, version_info))