Release 20191020

pull/308/head
Pieter Marsman 2019-10-20 14:21:48 +02:00
parent 1d3fa415b5
commit 694aa508c3
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] ## [Unreleased]
Nothing yet
## [20191020] - 2019-10-20
### Deprecated ### Deprecated
- Support for Python 2 is dropped at January 1st, 2020 ([#307](https://github.com/pdfminer/pdfminer.six/pull/307)) - Support for Python 2 is dropped at January 1st, 2020 ([#307](https://github.com/pdfminer/pdfminer.six/pull/307))

View File

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