Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TE-StephenTiedemann committed Nov 17, 2017
1 parent 9169e19 commit 91c1412
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
8 changes: 8 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Credits
=======

``ndeflib`` is written and maintained by `Stephen Tiedemann <https://github.com/nehpetsde>`_.

The development is kindly supported by `Sony Stuttgart Technology Center <http://www.stuttgart.sony.de/>`_.

A full list of contributors can be found in `GitHub's overview <https://github.com/nfcpy/ndeflib/graphs/contributors>`_.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.3.0 (2017-11-17)
------------------

* Support for decoding and encoding of the NFC Forum Signature Record,
contributed by `Nick Knudson <https://github.com/nickaknudson>`_.

0.2.0 (2016-11-16)
------------------

Expand Down
6 changes: 2 additions & 4 deletions requirements-pypi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
#
# python setup.py sdist bdist_wheel
#
# python setup.py register -r test
# twine upload -r test -s dist/ndeftool-x.y.z*
# twine upload -r test -s dist/ndeflib-x.y.z*
#
# python setup.py register -r pypi
# twine upload -r pypi -s dist/ndeftool-x.y.z*
# twine upload -r pypi -s dist/ndeflib-x.y.z*
#
setuptools
wheel
Expand Down
2 changes: 1 addition & 1 deletion src/ndef/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

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

__version__ = "0.2.0"
__version__ = "0.3.0"

__title__ = "ndef"
__description__ = "NFC Data Exchange Format decoder and encoder."
Expand Down

0 comments on commit 91c1412

Please sign in to comment.