Skip to content

Commit

Permalink
Release 20200720
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Jul 20, 2020
1 parent c10cf3c commit 3cebf5e
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]
## [20200720]

### Added
- Support for painting multiple rectangles at once ([#371](https://github.com/pdfminer/pdfminer.six/pull/371))
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__ = '20200517'
__version__ = '20200720'

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

0 comments on commit 3cebf5e

Please sign in to comment.