parent
e11d72bc67
commit
87b1982377
|
@ -2,7 +2,7 @@
|
|||
Changelog
|
||||
*********
|
||||
|
||||
1.0.3 -- 2018-xx-xx
|
||||
1.0.3 -- 2018-12-10
|
||||
===================
|
||||
|
||||
* Add support for strings on input for decoding to match functionality of :class:`base64.b64decode`.
|
||||
|
|
|
@ -29,7 +29,7 @@ except ImportError: # pragma: no cover
|
|||
pass
|
||||
|
||||
__all__ = ("Base64IO",)
|
||||
__version__ = "1.0.2"
|
||||
__version__ = "1.0.3"
|
||||
_LOGGER = logging.getLogger(LOGGER_NAME)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue