Skip to content

Commit

Permalink
Roll to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svvitale committed Feb 1, 2017
1 parent ab35478 commit 665978a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.5.0

- BUGFIX: Incorporate several pull requests from nils-werner focused around more OS agnostic installations
- BUGFIX: Fix memory leak introduced after NXP refactor.
- ENHANCEMENT: Added two new methods, `read()` and `read_ndef()`

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def compile(extra_preargs=None):
long_description = short_description

setup(name='nxppy',
version='1.4.3',
version='1.5.0',
description=short_description,
long_description=long_description,
author='Scott Vitale',
Expand Down

0 comments on commit 665978a

Please sign in to comment.