Release 20200720

pull/461/head 20200720
Pieter Marsman 2020-07-20 22:05:19 +02:00
parent c10cf3cdb8
commit 3cebf5ef66
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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [20200720]
### Added ### Added
- Support for painting multiple rectangles at once ([#371](https://github.com/pdfminer/pdfminer.six/pull/371)) - Support for painting multiple rectangles at once ([#371](https://github.com/pdfminer/pdfminer.six/pull/371))

View File

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