Skip to content

Commit 7c26b19

Browse files
Merge pull request #158 from IntelPython/start-1.6.0-dev-cycle
Start 1.6.0 dev cycle
2 parents cb12912 + dde9dc2 commit 7c26b19

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [dev] (MM/DD/YYYY)
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
715
## [1.5.0] (08/12/2026)
816

917
### Added

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "mkl_random"
1010
copyright = "2017-2026, Intel Corp."
1111
author = "Intel Corp."
12-
release = "1.5.0"
12+
release = "1.6.0dev0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

mkl_random/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.6.0dev0"

0 commit comments

Comments
 (0)