From e2bc3eac698ac7e0218544dd49a25ab292312e69 Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Thu, 19 Jan 2023 23:19:52 -0800 Subject: [PATCH] v0.8.0 released --- doc/source/conf.py | 2 +- doc/source/history.rst | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d5f602d..6954aad 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ # General information about the project. project = 'reikna' -copyright = '2012-2018, Bogdan Opanchuk' +copyright = '2012-..., Bogdan Opanchuk' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/source/history.rst b/doc/source/history.rst index be1ab18..3f0fe64 100644 --- a/doc/source/history.rst +++ b/doc/source/history.rst @@ -3,8 +3,8 @@ Release history *************** -0.8.0 (current development version) -=================================== +0.8.0 (19 Jan 2023) +=================== * CHANGED: `dest_offset` renamed to `dst_offset` to match `pyopencl`/`pycuda` API. diff --git a/setup.py b/setup.py index 5345994..f7f7405 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def ensure_version_py(): ''' VERSION = (0, 8, 0) - RELEASED = False + RELEASED = True version_str = '%d.%d.%d' % VERSION full_version_str = version_str