Release 20191107

pull/341/head
Pieter Marsman 2019-11-07 21:52:44 +01:00
parent bc034c8e59
commit 5c6fa8f986
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
Nothing yet
## [20191107] - 2019-11-07
### Deprecated
- The argument `_py2_no_more_posargs` because Python2 is removed on January
, 2020 ([#328](https://github.com/pdfminer/pdfminer.six/pull/328) and

View File

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