Skip to content

Commit

Permalink
Bump to v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Aug 18, 2024
1 parent 1d0eeff commit e921ea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pdfplumber/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 11, 3)
version_info = (0, 11, 4)
__version__ = ".".join(map(str, version_info))

0 comments on commit e921ea7

Please sign in to comment.