From 904895bf11348512798493a7d1746a148818ae7d Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Mon, 2 Oct 2017 17:10:15 +0200 Subject: [PATCH] 0.4.10 --- CHANGES.rst | 6 ++++++ tomodachi/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5815886cd..5209bdd0f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changes ======= +0.4.10 (2017-10-02) +------------------- + +- Fixes for failing tests on hot-reloading during test phase. + + 0.4.9 (2017-10-02) ------------------ diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index d9b30d949..7ae02d86b 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.9' +__version__ = '0.4.10' if __name__ == "__main__": print(__version__)