Skip to content

Commit 3962402

Browse files
committed
Release 0.14.3
1 parent 71a1f3a commit 3962402

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.14.3] - 2021-05-27
10+
11+
### Fixed
12+
13+
- Add check for ONEAPI_ROOT dir (#411)
14+
- Fix using unquoted environment variable for clang path (#386)
15+
- Fix kernel caching (#408)
16+
917
## [0.14.2] - 2021-05-26
1018

1119
### Added
12-
1320
- Update documentation: version 0.14 (#378), API docs (#388),
1421
note about Intel Python Numba (#389),
1522
- Update User Guides about Debugging (#380), recommendations (#323),

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Intel"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.14.0"
26+
release = "0.14.3"
2727

2828

2929
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)