bump version to 1.0.3 and set release date (#25)

development 1.0.3
Matt Bullock 2018-12-10 12:20:18 -08:00 committed by GitHub
parent e11d72bc67
commit 87b1982377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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`.

View File

@ -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)