From d4ce4a4513ebe8d88f1de82f66a2e367686f6f96 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Tue, 25 Mar 2025 09:12:06 -0700 Subject: [PATCH 1/2] 1.2.8 -> 1.2.10 Had to skip 1.2.9 because it was forgotten --- conda-recipe-cf/meta.yaml | 2 +- conda-recipe/meta.yaml | 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 f42a91f..fbe587d 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.8" %} +{% set version = "1.2.10" %} {% set buildnumber = 0 %} package: diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e23bf0e..3282337 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.8" %} +{% set version = "1.2.10" %} {% set buildnumber = 0 %} package: diff --git a/mkl_random/_version.py b/mkl_random/_version.py index 6a3fa6e..c7ac77f 100644 --- a/mkl_random/_version.py +++ b/mkl_random/_version.py @@ -1 +1 @@ -__version__ = '1.2.8' +__version__ = '1.2.10' From e07417f797a23f7415089ba87601d009bc706515 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Tue, 25 Mar 2025 09:17:46 -0700 Subject: [PATCH 2/2] Update release and copyright years in docs --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 22b0736..d2aca16 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,9 +7,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'mkl_random' -copyright = '2017-2024, Intel Corp.' +copyright = '2017-2025, Intel Corp.' author = 'Intel Corp.' -release = '1.2.7' +release = '1.2.10' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration