We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11d72b commit 87b1982Copy full SHA for 87b1982
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
Changelog
3
*********
4
5
-1.0.3 -- 2018-xx-xx
+1.0.3 -- 2018-12-10
6
===================
7
8
* Add support for strings on input for decoding to match functionality of :class:`base64.b64decode`.
src/base64io/__init__.py
@@ -29,7 +29,7 @@
29
pass
30
31
__all__ = ("Base64IO",)
32
-__version__ = "1.0.2"
+__version__ = "1.0.3"
33
_LOGGER = logging.getLogger(LOGGER_NAME)
34
35
0 commit comments