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
*.pyo
.svn
.env
_svn
.pythoscope
.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/).
## [Unreleased]
## [20201018]
### Deprecated
- 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
__version__ = '20200726'
__version__ = '20201018'
if sys.version_info < (3, 6):
warnings.warn('Python 3.4 and 3.5 are deprecated. '