From a8970e01591172ff5367ccff12c6a8e919e109a2 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Thu, 16 Nov 2017 12:01:40 +0100 Subject: [PATCH] 0.6.2 --- CHANGES.rst | 6 ++++++ tomodachi/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d7225c246..78e7194b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changes ======= +0.6.2 (2017-11-15) +------------------ + +- Recreate queues and resubscribe to topics if queue is removed during runtime. + + 0.6.1 (2017-11-15) ------------------ diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index 5f94fa91d..ab9a2217a 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.1' +__version__ = '0.6.2' if __name__ == "__main__": print(__version__)