File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242# General information about the project.
4343project = '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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments