From cd04290395e5a17986771c0ee5677ff7afbe8033 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 21 Dec 2015 20:51:00 +0100 Subject: [PATCH] Bump version --- doc/misc.rst | 5 +++++ pyopencl/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index b3ba69f6..1da2f20f 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -118,6 +118,11 @@ Version 2016.1 This version is currently under development. You can get snapshots from PyOpenCL's `git repository <https://github.com/pyopencl/pyopencl>`_ +Version 2015.2.4 +---------------- + +* Fix building on Windows, using mingwpy and VS 2015. + Version 2015.2.3 ---------------- diff --git a/pyopencl/version.py b/pyopencl/version.py index 5450fb22..9e1439f2 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2015, 2, 3) +VERSION = (2015, 2, 4) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab