From d5944910b3ae1bd38334858b4e531ce44be488b9 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Wed, 9 Aug 2017 13:38:02 +0200 Subject: [PATCH] 0.4.3 --- CHANGES.rst | 7 +++++++ tomodachi/__version__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 90bb56e23..e265e0e43 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +0.4.3 (2017-08-09) +------------------ + +- Catches unintended HTTP exceptions and prints a useful stacktrace if log_level + is set to DEBUG. + + 0.4.2 (2017-08-07) ------------------ diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index b02510719..4151654f7 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.2' +__version__ = '0.4.3' if __name__ == "__main__": print(__version__)