We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6feecf2 commit 6492038Copy full SHA for 6492038
HISTORY.rst
@@ -2,6 +2,12 @@
2
History
3
=======
4
5
+0.3.2 (2018-02-05)
6
+------------------
7
+
8
+* Bugfix to not encode the Certificate URI if it is None or empty,
9
+ contributed by `Nick Knudson <https://github.com/nickaknudson>`_.
10
11
0.3.1 (2017-11-21)
12
------------------
13
src/ndef/__init__.py
@@ -123,7 +123,7 @@
123
124
# METADATA ####################################################################
125
126
-__version__ = "0.3.1"
+__version__ = "0.3.2"
127
128
__title__ = "ndef"
129
__description__ = "NFC Data Exchange Format decoder and encoder."
0 commit comments