Skip to content
Snippets Groups Projects
Commit 1d618e5d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs fix

parent 6e7e3d58
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment