Bump version

pull/442/head 20200517
Pieter Marsman 2020-05-17 17:49:51 +02:00
parent 91d89af788
commit 33b60dfd54
2 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@ 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 ## [20200517]
### Added ### Added
- Python3 shebang line to script in tools ([408](https://github.com/pdfminer/pdfminer.six/pull/408) - Python3 shebang line to script in tools ([408](https://github.com/pdfminer/pdfminer.six/pull/408)
### Fixed ### Fixed
- Fix ordering of textlines within a textbox when `boxes_flow=None` ([#411](https://github.com/pdfminer/pdfminer.six/issues/411)) - Fix ordering of textlines within a textbox when `boxes_flow=None` ([#411](https://github.com/pdfminer/pdfminer.six/issues/411))

View File

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