From 3fbd6db2a4fc67aa37d8ec817769b4d8e3c27daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sat, 24 Feb 2018 01:32:44 -0500 Subject: [PATCH] Bump kernel version, move kernel version onto master --- sumpy/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sumpy/version.py b/sumpy/version.py index afeeecbc..98f05a2d 100644 --- a/sumpy/version.py +++ b/sumpy/version.py @@ -29,4 +29,4 @@ VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS # branch name, so as to avoid conflicts with the master branch. Make sure # to reset this to the next number up with "master" before merging into # master. -KERNEL_VERSION = ("remove-nosync", 27) +KERNEL_VERSION = ("master", 28) -- GitLab