From 0ef2fdab70c0c92cbd244f44b4c86a6123bdbb9f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 1 Dec 2015 12:09:21 -0600 Subject: [PATCH] Acutally bump version --- doc/misc.rst | 7 ++++++- pyopencl/version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/misc.rst b/doc/misc.rst index ede0ff19..ae2afa54 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -118,13 +118,18 @@ 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.1 +Version 2015.2.2 ---------------- * Fix compatibility with CL 1.1 * Fix compatibility with Ubuntu 14.x. * Various bug fixes +Version 2015.2.1 +---------------- + +* Fix global_offset kernel launch parameter + Version 2015.2 -------------- diff --git a/pyopencl/version.py b/pyopencl/version.py index 73e5bd26..77e6fe31 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2015, 2, 1) +VERSION = (2015, 2, 2) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab