Skip to content

Commit

Permalink
Bump version 20200124
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Jan 24, 2020
1 parent 1c3047b commit bab6d15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

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__ = '20200121'
__version__ = '20200124'

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

0 comments on commit bab6d15

Please sign in to comment.