From 9107573aa3390ac6142b9a30659f47148f644cfd Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Mon, 2 Oct 2017 09:37:20 +0200 Subject: [PATCH] 0.4.8 --- CHANGES.rst | 6 ++++++ tomodachi/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 44eaa6c29..f8fe6eb83 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changes ======= +0.4.8 (2017-10-02) +------------------ + +- Fixes type hinting issues with Python 3.5.1. + + 0.4.7 (2017-09-30) ------------------ diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index c143da45e..035bb03eb 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.7' +__version__ = '0.4.8' if __name__ == "__main__": print(__version__)