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__)