Bump version to 20200121

pull/364/head 20200121
Pieter Marsman 2020-01-21 21:13:52 +01:00
parent 52da65d5eb
commit bc494ff03c
3 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -16,3 +16,5 @@ tests/*.xml
tests/*.txt
.idea/
.tox/
Pipfile
Pipfile.lock

View File

@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
Nothing
## [20200121] - 2020-01-21
### Fixed
- Interpret two's complement integer as unsigned integer ([#352](https://github.com/pdfminer/pdfminer.six/pull/352))
- Fix font name in html output such that it is recognized by browser ([#357](https://github.com/pdfminer/pdfminer.six/pull/357))

View File

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