Skip to content

Commit

Permalink
Merge pull request #1638 from IntelPython/changelog-for-0.16.1-set-date
Browse files Browse the repository at this point in the history
Set release date of 0.16.1 in changelog document
  • Loading branch information
oleksandr-pavlyk authored Apr 11, 2024
2 parents e9a528b + b9eefd5 commit 1f13ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.1] - Apr. XX, 2024
## [0.16.1] - Apr. 10, 2024

This is a bug-fix release, which also provides a change needed by ``numba_dpex`` project to support dispatching kernels
consuming instances of ``sycl::local_accessor`` template type.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.21...3.27 FATAL_ERROR)

project(dpctl
VERSION 0.15
VERSION 0.16
LANGUAGES CXX
DESCRIPTION "Python interface for XPU programming"
)
Expand Down

0 comments on commit 1f13ce8

Please sign in to comment.