mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Bump to v0.8.0
This commit is contained in:
+1
-1
@@ -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/).
|
||||
|
||||
## [Unreleased]
|
||||
## [0.8.0] - 2023-02-13
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
cff-version: 1.2.0
|
||||
title: pdfplumber
|
||||
type: software
|
||||
version: 0.7.6
|
||||
date-released: "2022-11-22"
|
||||
version: 0.8.0
|
||||
date-released: "2023-02-13"
|
||||
authors:
|
||||
- family-names: "Singer-Vine"
|
||||
given-names: "Jeremy"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version_info = (0, 7, 6)
|
||||
version_info = (0, 8, 0)
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
|
||||
Reference in New Issue
Block a user