Skip to content

Commit

Permalink
Release 20201018
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Oct 18, 2020
1 parent 2a88fda commit c8cceb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.pyc
*.pyo
.svn
.env
_svn
.pythoscope
.ipynb_checkpoints
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion pdfminer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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. '
Expand Down

0 comments on commit c8cceb7

Please sign in to comment.