Bump version

pull/421/head
Pieter Marsman 2020-04-01 21:22:59 +02:00
parent 68e2ae8632
commit b8988b6848
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] ## [20200401]
### Added ### Added
- Allow boxes_flow LAParam to be passed as None, validate the input, and update documentation ([#395](https://github.com/pdfminer/pdfminer.six/pull/395)) - Allow boxes_flow LAParam to be passed as None, validate the input, and update documentation ([#395](https://github.com/pdfminer/pdfminer.six/pull/395))

View File

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