From 8c46f4bfff760515a691fe529ff377fa1453ca5b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 19 Jun 2012 18:39:29 -0400 Subject: [PATCH] Bump version. --- doc/source/misc.rst | 2 ++ pyopencl/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/misc.rst b/doc/source/misc.rst index 37c62c8a..c834b732 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -80,6 +80,8 @@ Version 2012.1 PyOpenCL's git version control. * Support for complex numbers. +* Support for Bessel functions. (experimental) +* Numerous fixes. Version 2011.2 -------------- diff --git a/pyopencl/version.py b/pyopencl/version.py index 686ea1a4..c354f98d 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,4 +1,4 @@ -VERSION = (2011, 2) +VERSION = (2012, 1) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab