Skip to content

Commit e2bc3ea

Browse files
committed
v0.8.0 released
1 parent 0d4225f commit e2bc3ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = 'reikna'
44-
copyright = '2012-2018, Bogdan Opanchuk'
44+
copyright = '2012-..., Bogdan Opanchuk'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the

doc/source/history.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Release history
33
***************
44

55

6-
0.8.0 (current development version)
7-
===================================
6+
0.8.0 (19 Jan 2023)
7+
===================
88

99
* CHANGED: `dest_offset` renamed to `dst_offset` to match `pyopencl`/`pycuda` API.
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def ensure_version_py():
8787
'''
8888

8989
VERSION = (0, 8, 0)
90-
RELEASED = False
90+
RELEASED = True
9191

9292
version_str = '%d.%d.%d' % VERSION
9393
full_version_str = version_str

0 commit comments

Comments
 (0)