From 424a8cf52e1edf3996990a84b7beadbdcb9f8b2c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 1 Dec 2015 18:15:02 -0600 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 ae2afa54..b3ba69f6 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.3 +---------------- + +* Fix one more Ubuntu 14.x build issue. + Version 2015.2.2 ---------------- diff --git a/pyopencl/version.py b/pyopencl/version.py index 77e6fe31..5450fb22 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2015, 2, 2) +VERSION = (2015, 2, 3) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab