Skip to content

Commit

Permalink
Bump version to 20211012
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Oct 12, 2021
1 parent 104883d commit da5b968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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]
## [20211012]

### Added
- Add support for PDF 2.0 (ISO 32000-2) AES-256 encryption ([#614](https://github.com/pdfminer/pdfminer.six/pull/614))
Expand Down
2 changes: 1 addition & 1 deletion pdfminer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '20201018'
__version__ = '20211012'

if __name__ == '__main__':
print(__version__)

0 comments on commit da5b968

Please sign in to comment.