diff --git a/docs/exception_handling.rst b/docs/exception_handling.rst index 548c2b061fa91e9788f1e684f60173f42c9be0a4..98542794dcd51ca6e9b7f2c680d64d10648f6f43 100644 --- a/docs/exception_handling.rst +++ b/docs/exception_handling.rst @@ -4,6 +4,10 @@ Exception handling Satella provides a rich functionality to register exception hooks. +.. note:: Satella does not install a custom faulthandler_. Do it yourself. + +.. _faulthandler: https://docs.python.org/3/library/faulthandler.html + Writing your own exception handlers =================================== diff --git a/satella/__init__.py b/satella/__init__.py index 371883fa173e5bfc6eb66051b8ca3de8ebe24efc..19363da6a4a77c23900a164ae03e359ff992c0b8 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.14.31a2' +__version__ = '2.14.31a3'