Skip to content

Commit bb5ab12

Browse files
authored
Merge pull request #108 from IntelPython/prepare-for-v2.6.0-release
Prepare for `v2.6.0` release
2 parents e40a95c + cb646b2 commit bb5ab12

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -37,7 +37,7 @@ repos:
3737
- tomli
3838

3939
- repo: https://github.com/psf/black
40-
rev: 25.1.0
40+
rev: 25.9.0
4141
hooks:
4242
- id: black
4343
exclude: "_vendored/conv_template.py"
@@ -49,13 +49,13 @@ repos:
4949
args: ["-i"]
5050

5151
- repo: https://github.com/MarcoGorelli/cython-lint
52-
rev: v0.16.6
52+
rev: v0.17.0
5353
hooks:
5454
- id: cython-lint
5555
- id: double-quote-cython-strings
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.1.2
58+
rev: 7.3.0
5959
hooks:
6060
- id: flake8
6161
args: ["--config=.flake8"]
@@ -64,7 +64,7 @@ repos:
6464
- flake8-bugbear==24.4.26
6565

6666
- repo: https://github.com/pycqa/isort
67-
rev: 6.0.1
67+
rev: 6.1.0
6868
hooks:
6969
- id: isort
7070
name: isort (python)
@@ -76,7 +76,7 @@ repos:
7676
types: [pyi]
7777

7878
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
79-
rev: v2.14.0
79+
rev: v2.15.0
8080
hooks:
8181
- id: pretty-format-toml
8282
args: [--autofix]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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)
7+
## [2.6.0] (10/06/2025)
88

99
### Added
1010
* Enabled support of Python 3.14 [gh-100](https://github.com/IntelPython/mkl-service/pull/100)
1111

12+
### Changed
13+
* Used `GIT_DESCRIBE_TAG` and `GIT_DESCRIBE_NUMBER` in `meta.yaml` instead of manual stepping the numbers [gh-98](github.com/IntelPython/mkl-service/pull/98)
14+
1215
## [2.5.2] (07/01/2025)
1316

1417
### Fixed

mkl/_version.py

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

0 commit comments

Comments
 (0)