From 1d618e5d4746cda8c6ccaf54d4ee0529358c2371 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 16 Dec 2020 17:30:50 +0100
Subject: [PATCH] docs fix

---
 README.md              | 5 +++++
 snakehouse/__init__.py | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6038e7d..60ec442 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,8 @@ Note what have you changed in
 Usage
 -----
 Take a look at [example](example/) on how to multi-build your Cython extensions.
+
+Don't place modules compiled that way in root .py file's top level imports.
+Wrap them in a layer of indirection instead!
+
+This applies to unit tests as well!
diff --git a/snakehouse/__init__.py b/snakehouse/__init__.py
index e4e45a7..6cf3640 100644
--- a/snakehouse/__init__.py
+++ b/snakehouse/__init__.py
@@ -2,4 +2,4 @@ from .build import build
 from .multibuild import Multibuild
 from .faster_builds import monkey_patch_parallel_compilation
 
-__version__ = '1.2.4a1'
+__version__ = '1.2.4a2'
-- 
GitLab