Skip to content

Commit 87f822d

Browse files
updated setup.py and changelog.rst for cli v2 release (#9630)
* Update setup.py * Update CHANGELOG.rst * Update setup.py * Update requirements.txt * Update requirements.txt * Update requirements.txt
1 parent 7f80ed4 commit 87f822d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/machinelearningservices/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2026-02-24
2+
3+
### Azure Machine Learning CLI (v2) v 2.42.0
4+
15
## 2026-02-11
26

37
### Azure Machine Learning CLI (v2) v 2.41.1

src/machinelearningservices/azext_mlv2/manual/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ cryptography
22
docker
33
azure-mgmt-resourcegraph<9.0.0,>=2.0.0
44
azure-identity==1.17.1
5-
azure-ai-ml==1.31.0
5+
azure-ai-ml==1.32.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.41.1'
13+
VERSION = '2.42.0'
1414

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

0 commit comments

Comments
 (0)