diff --git a/.gitignore b/.gitignore index 4c38501..49cd236 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ test.py nxp/ .idea/ *.so +*.cbp +README.html + diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f79620..4566e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.5.1 + + - BUGFIX: Corrected NXP library download link + ## 1.5.0 - BUGFIX: Incorporate several pull requests from nils-werner focused around more OS agnostic installations diff --git a/setup.py b/setup.py index b7bd2b3..a970aaf 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def compile(extra_preargs=None): long_description = short_description setup(name='nxppy', - version='1.5.0', + version='1.5.1', description=short_description, long_description=long_description, author='Scott Vitale',