Bump version 20200124

pull/388/head 20200124
Pieter Marsman 2020-01-24 12:38:11 +01:00
parent 1c3047b68b
commit bab6d154c2
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
Nothing
## [20200124] - 2020-01-24
### Security
- Removed samples/issue-00152-embedded-pdf.pdf because it contains a possible security thread; a javascript enabled object ([#364](https://github.com/pdfminer/pdfminer.six/pull/364))

View File

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