Skip to content

Commit aa3df06

Browse files
Adding release version and changelog
1 parent 4853146 commit aa3df06

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/machinelearningservices/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2025-11-11
2+
3+
### Azure Machine Learning CLI (v2) v 2.40.1
4+
- `az ml deployment-template show` instead of `az ml deployment-template get`
5+
- Show details of a specific deployment template by name and version.
6+
- Make deployment templates as preview feature
7+
8+
19
## 2025-11-04
210

311
### Azure Machine Learning CLI (v2) v 2.40.0

src/machinelearningservices/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '2.40.0'
13+
VERSION = '2.40.1'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)