From d520797832ae6363cc73938a61e0cab75c40004b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 19 Dec 2020 21:07:20 +0100 Subject: [PATCH] ver bump --- CHANGELOG.md | 4 ++++ example/example_module/__init__.py | 2 -- snakehouse/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae28912..2dda613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 + +* _TBA_ + # v1.3 * added an option to build every file as a separate extension, for diff --git a/example/example_module/__init__.py b/example/example_module/__init__.py index e3a236a..e69de29 100644 --- a/example/example_module/__init__.py +++ b/example/example_module/__init__.py @@ -1,2 +0,0 @@ -from example_module.__bootstrap__ import bootstrap_cython_submodules -bootstrap_cython_submodules() diff --git a/snakehouse/__init__.py b/snakehouse/__init__.py index f119509..22a747f 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.3' +__version__ = '1.3.1a1' -- GitLab