bump up version

This commit is contained in:
Laszlo Nagy
2019-01-01 14:08:21 +11:00
parent c8dea7a036
commit 49e8b4c9f9
2 changed files with 3 additions and 1 deletions

View File

@@ -39,3 +39,5 @@ v2.0.12 2018-04-13 -- Fix log message bug
v2.0.13 2018-04-21 -- Add support for static analysis of cross compilation
v2.0.14 2018-07-24 -- Fix typing module import
v2.0.15 2019-01-01 -- Bug fix: report hash function includes bug type

View File

@@ -5,7 +5,7 @@ from setuptools import setup
setup(
name='scan-build',
version='2.0.14',
version='2.0.15',
author='László Nagy',
author_email='rizsotto@gmail.com',
keywords=['Clang', 'scan-build', 'static analyzer'],