Skip to content

Tags: nfcpy/ndeflib

Tags

v0.3.3

Toggle v0.3.3's commit message
Release v0.3.3

--------------

* Support Python 3.7.

  * Python 3.7 mandates PEP 479 which made StopIteration within a
    generator raise RuntimeException.

  * The urllib.parse.quote function now follows RFC 3986 and does no
    longer convert the `~` character.

  * Importing ABCs from `collections` will no longer be possible with
    Python 3.8, must then import from `collections.abc`.

* WiFi and Bluetooth Records print attribute keys in sorted order to
  have consitent output in documentation embedded tests (doctest).

v0.3.2

Toggle v0.3.2's commit message
Release 0.3.2

v0.3.1

Toggle v0.3.1's commit message
Prepare bugfix release 0.3.1

v0.3.0

Toggle v0.3.0's commit message
Release 0.3.0

v0.2.0

Toggle v0.2.0's commit message
bump version number to 0.2.0

v0.1.1

Toggle v0.1.1's commit message
correct and complete version history

v0.1.0

Toggle v0.1.0's commit message
Package is now on PyPI - mention in documentation