From 1ffce0f375224dea88245b1bcc2e7f565c2ad661 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Mon, 28 Dec 2020 18:44:37 +0100
Subject: [PATCH] doc mention!

---
 docs/exception_handling.rst | 4 ++++
 satella/__init__.py         | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/exception_handling.rst b/docs/exception_handling.rst
index 548c2b06..98542794 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 371883fa..19363da6 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.14.31a2'
+__version__ = '2.14.31a3'
-- 
GitLab