From 76c3aad532a2437b82399a8940d141dacf43b37f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 28 Oct 2013 09:55:09 -0500 Subject: [PATCH] Bump version --- doc/misc.rst | 5 ++++- pyopencl/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/misc.rst b/doc/misc.rst index d49969b3..5e21c3fc 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -91,13 +91,16 @@ other software to be turned into the corresponding :mod:`pyopencl` objects. User-visible Changes ==================== -Version 2013.2 +Version 2013.3 -------------- .. note:: This version is currently under development. You can get snapshots from PyOpenCL's `git repository <https://github.com/inducer/pyopencl>`_ +Version 2013.2 +-------------- + * Add :meth:`pyopencl.array.Array.map_to_host`. * Support *strides* on :func:`pyopencl.enqueue_map_buffer` and :func:`pyopencl.enqueue_map_image`. diff --git a/pyopencl/version.py b/pyopencl/version.py index 63d4f9f9..cce4332f 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,4 +1,4 @@ -VERSION = (2013, 2) +VERSION = (2013, 3) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab