We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a88fda commit c8cceb7Copy full SHA for c8cceb7
.gitignore
@@ -2,6 +2,7 @@
2
*.pyc
3
*.pyo
4
.svn
5
+.env
6
_svn
7
.pythoscope
8
.ipynb_checkpoints
CHANGELOG.md
@@ -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
9
- Support for Python 3.4 and 3.5 ([#503](https://github.com/pdfminer/pdfminer.six/pull/503))
pdfminer/__init__.py
@@ -2,7 +2,7 @@
import warnings
-__version__ = '20200726'
+__version__ = '20201018'
if sys.version_info < (3, 6):
warnings.warn('Python 3.4 and 3.5 are deprecated. '
0 commit comments