From 3ed36d4c57e6891becf42bc8e3400486450eca7d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 13 Feb 2015 13:42:02 -0600 Subject: [PATCH] Bump version --- doc/misc.rst | 11 ++++++++++- pyopencl/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/misc.rst b/doc/misc.rst index 950e27da..31b954e3 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -110,13 +110,22 @@ other software to be turned into the corresponding :mod:`pyopencl` objects. User-visible Changes ==================== -Version 2014.1 +Version 2015.2 -------------- .. note:: This version is currently under development. You can get snapshots from PyOpenCL's `git repository <https://github.com/pyopencl/pyopencl>`_ +Version 2015.1 +-------------- + +* Support for new-style buffer protocol +* Numerous fixes + +Version 2014.1 +-------------- + * :ref:`ipython-integration` * Bug fixes diff --git a/pyopencl/version.py b/pyopencl/version.py index 2d917d29..a0b428c4 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2014, 1) +VERSION = (2015, 1) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab