Skip to content

Commit c8cceb7

Browse files
committed
Release 20201018
1 parent 2a88fda commit c8cceb7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.pyc
33
*.pyo
44
.svn
5+
.env
56
_svn
67
.pythoscope
78
.ipynb_checkpoints

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes in pdfminer.six will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [20201018]
77

88
### Deprecated
99
- Support for Python 3.4 and 3.5 ([#503](https://github.com/pdfminer/pdfminer.six/pull/503))

pdfminer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import warnings
33

44

5-
__version__ = '20200726'
5+
__version__ = '20201018'
66

77
if sys.version_info < (3, 6):
88
warnings.warn('Python 3.4 and 3.5 are deprecated. '

0 commit comments

Comments
 (0)