Skip to content

Commit d0ad5c7

Browse files
committed
bump up version
1 parent 02f8313 commit d0ad5c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

+2
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ v2.0.17 2019-07-10 -- Bug fix: typing package requirement fix
4949
v2.0.18 2020-01-04 -- Bug fix: duplication of report entries
5050

5151
v2.0.19 2020-02-23 -- Bug fix: 3.5.0 python needs typing as dependency
52+
53+
v2.0.20 2021-05-11 -- Bug fix: 3.9.0 python has no plistlib.readPlist

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='scan-build',
8-
version='2.0.19',
8+
version='2.0.20',
99
author='László Nagy',
1010
author_email='[email protected]',
1111
keywords=['Clang', 'scan-build', 'static analyzer'],

0 commit comments

Comments
 (0)