mirror of
https://github.com/rizsotto/scan-build.git
synced 2025-12-16 12:00:08 +01:00
bump up version
This commit is contained in:
@@ -47,3 +47,5 @@ v2.0.16 2019-05-14 -- Minor improvements
|
|||||||
v2.0.17 2019-07-10 -- Bug fix: typing package requirement fix
|
v2.0.17 2019-07-10 -- Bug fix: typing package requirement fix
|
||||||
|
|
||||||
v2.0.18 2020-01-04 -- Bug fix: duplication of report entries
|
v2.0.18 2020-01-04 -- Bug fix: duplication of report entries
|
||||||
|
|
||||||
|
v2.0.19 2020-02-23 -- Bug fix: 3.5.0 python needs typing as dependency
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='scan-build',
|
name='scan-build',
|
||||||
version='2.0.18',
|
version='2.0.19',
|
||||||
author='László Nagy',
|
author='László Nagy',
|
||||||
author_email='rizsotto@gmail.com',
|
author_email='rizsotto@gmail.com',
|
||||||
keywords=['Clang', 'scan-build', 'static analyzer'],
|
keywords=['Clang', 'scan-build', 'static analyzer'],
|
||||||
|
|||||||
Reference in New Issue
Block a user