Skip to content

Commit 9cab66c

Browse files
authoredMar 25, 2025··
Merge pull request #58 from IntelPython/bump-to-1.2.10
Bump version 1.2.8 -> 1.2.10
2 parents 9d6fdc6 + e07417f commit 9cab66c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎conda-recipe-cf/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.2.8" %}
1+
{% set version = "1.2.10" %}
22
{% set buildnumber = 0 %}
33

44
package:

‎conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.2.8" %}
1+
{% set version = "1.2.10" %}
22
{% set buildnumber = 0 %}
33

44
package:

‎docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = 'mkl_random'
10-
copyright = '2017-2024, Intel Corp.'
10+
copyright = '2017-2025, Intel Corp.'
1111
author = 'Intel Corp.'
12-
release = '1.2.7'
12+
release = '1.2.10'
1313

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

‎mkl_random/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.8'
1+
__version__ = '1.2.10'

0 commit comments

Comments
 (0)
Please sign in to comment.