Bump version to 20211012

pull/681/head 20211012
Pieter Marsman 2021-10-12 20:45:24 +02:00
parent 104883df41
commit da5b96828e
2 changed files with 2 additions and 2 deletions

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]
## [20211012]
### Added
- Add support for PDF 2.0 (ISO 32000-2) AES-256 encryption ([#614](https://github.com/pdfminer/pdfminer.six/pull/614))

View File

@ -1,4 +1,4 @@
__version__ = '20201018'
__version__ = '20211012'
if __name__ == '__main__':
print(__version__)