From 188ddb05295918bdf0fbb72af985ff7e34131581 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sun, 28 Mar 2021 20:28:25 +0200
Subject: [PATCH] ver bump

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcc088f..1642698 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v1.5
+
+* _TBA_
+
 # v1.4
 
 * added `find_pyx`, `find_c` and `find_pyx_and_c`
diff --git a/snakehouse/__init__.py b/snakehouse/__init__.py
index 265bd2c..9901d65 100644
--- a/snakehouse/__init__.py
+++ b/snakehouse/__init__.py
@@ -3,4 +3,4 @@ from .multibuild import Multibuild
 from .faster_builds import monkey_patch_parallel_compilation
 from .requirements import read_requirements_txt, find_c, find_pyx_and_c, find_pyx
 
-__version__ = '1.4'
+__version__ = '1.5a1'
-- 
GitLab