From c3dd94814237b4f9878e7469759646e90dff23fd Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Sat, 5 Aug 2017 17:27:16 +0200 Subject: [PATCH] 0.4.1 --- CHANGES.rst | 7 +++++++ tomodachi/__version__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index fe846fc1b..eca0985ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +0.4.1 (2017-08-05) +------------------ + +- Corrects and issue with AMQP transport which caused invoked functions to not + be able to declare scope variables without crashes. + + 0.4.0 (2017-08-05) ------------------ diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index e4178dd08..26c6af9a4 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.0' +__version__ = '0.4.1' if __name__ == "__main__": print(__version__)