Skip to content

Commit

Permalink
Record history and increment version patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
nehpetsde committed Jul 24, 2019
1 parent 2caf9cd commit e17cd29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog for nfcpy
===================

1.0.2 (2019-07-24)
------------------

* Bugfix: In tagtool.py the NDEF message input file for tag emulation must
be opened in binary mode. Also reading from stdin must use the TextIO
buffer attribute to get binary data.

1.0.1 (2019-06-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/nfc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# METADATA ####################################################################

__version__ = "1.0.1"
__version__ = "1.0.2"

__title__ = "nfcpy"
__description__ = "Python module for Near Field Communication."
Expand Down

0 comments on commit e17cd29

Please sign in to comment.