Release 20191110

pull/341/head
Pieter Marsman 2019-11-10 12:29:14 +01:00
parent 2bee7d8dcf
commit 803a7d9598
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
## [20191110] - 2019-11-10
### Fixed ### Fixed
- Wrong order of text box grouping introduced by PR #315 ([#335](https://github.com/pdfminer/pdfminer.six/pull/335)) - Wrong order of text box grouping introduced by PR #315 ([#335](https://github.com/pdfminer/pdfminer.six/pull/335))

View File

@ -13,7 +13,7 @@ other purposes instead of text analysis.
import sys import sys
import warnings import warnings
__version__ = '20191107' __version__ = '20191110'
if sys.version_info < (3, 0): if sys.version_info < (3, 0):