Skip to content

Commit 87b1982

Browse files
authored
bump version to 1.0.3 and set release date (#25)
1 parent e11d72b commit 87b1982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
*********
44

5-
1.0.3 -- 2018-xx-xx
5+
1.0.3 -- 2018-12-10
66
===================
77

88
* Add support for strings on input for decoding to match functionality of :class:`base64.b64decode`.

src/base64io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
pass
3030

3131
__all__ = ("Base64IO",)
32-
__version__ = "1.0.2"
32+
__version__ = "1.0.3"
3333
_LOGGER = logging.getLogger(LOGGER_NAME)
3434

3535

0 commit comments

Comments
 (0)