Release 20201018

pull/544/head 20201018
Pieter Marsman 2020-10-18 12:57:26 +02:00
parent 2a88fda543
commit c8cceb7c58
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.pyc *.pyc
*.pyo *.pyo
.svn .svn
.env
_svn _svn
.pythoscope .pythoscope
.ipynb_checkpoints .ipynb_checkpoints

View File

@ -3,7 +3,7 @@ All notable changes in pdfminer.six will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [20201018]
### Deprecated ### Deprecated
- Support for Python 3.4 and 3.5 ([#503](https://github.com/pdfminer/pdfminer.six/pull/503)) - Support for Python 3.4 and 3.5 ([#503](https://github.com/pdfminer/pdfminer.six/pull/503))

View File

@ -2,7 +2,7 @@ import sys
import warnings import warnings
__version__ = '20200726' __version__ = '20201018'
if sys.version_info < (3, 6): if sys.version_info < (3, 6):
warnings.warn('Python 3.4 and 3.5 are deprecated. ' warnings.warn('Python 3.4 and 3.5 are deprecated. '