From fc71c700ac8b6f8f521e0951ff64f466074cce97 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 1 Dec 2025 15:28:49 -0800 Subject: [PATCH 1/2] set version to 1.3.1 --- conda-recipe-cf/meta.yaml | 2 +- docs/source/conf.py | 2 +- mkl_random/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 626c011..95006c3 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.3.0" %} +{% set version = "1.3.1" %} {% set buildnumber = 0 %} package: diff --git a/docs/source/conf.py b/docs/source/conf.py index f862850..15b371b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'mkl_random' copyright = '2017-2025, Intel Corp.' author = 'Intel Corp.' -release = '1.3.0' +release = '1.3.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/mkl_random/_version.py b/mkl_random/_version.py index 19b4f1d..72837bd 100644 --- a/mkl_random/_version.py +++ b/mkl_random/_version.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.3.1' From 409c0b15e2bb46808b3431a455f819d86b4d3ee3 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Tue, 2 Dec 2025 14:54:44 -0800 Subject: [PATCH 2/2] add changelog for 1.3.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7af74..4fbe5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [dev] (MM/DD/YYYY) +## [1.3.1] (12/02/2025) ### Added * Enabled support of Python 3.14 [gh-79](https://github.com/IntelPython/mkl_random/pull/79)