Skip to content

Commit

Permalink
Roll to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svvitale committed Mar 14, 2017
1 parent 0e206d4 commit d9bee98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ test.py
nxp/
.idea/
*.so
*.cbp
README.html

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d9bee98

Please sign in to comment.