diff --git a/CHANGES.txt b/CHANGES.txt index c40fd54..70075e2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,3 +45,5 @@ v2.0.15 2019-01-01 -- Bug fix: report hash function includes bug type v2.0.16 2019-05-14 -- Minor improvements v2.0.17 2019-07-10 -- Bug fix: typing package requirement fix + +v2.0.18 2020-01-04 -- Bug fix: duplication of report entries diff --git a/setup.py b/setup.py index 15e1481..8cc253b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='scan-build', - version='2.0.17', + version='2.0.18', author='László Nagy', author_email='rizsotto@gmail.com', keywords=['Clang', 'scan-build', 'static analyzer'],