From 293a04ffc35a024348028d4846a875263e930bda Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 5 Dec 2025 12:03:41 +0800 Subject: [PATCH 1/2] fix version --- packages/autorest.python/package.json | 4 ++-- packages/typespec-python/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index 96080660cf..f79c1fc69d 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.42.2", + "version": "6.43.0", "description": "The Python extension for generators in AutoRest.", "scripts": { "start": "node ./scripts/run-python3.js ./scripts/start.py", @@ -47,4 +47,4 @@ "requirements.txt", "generator/" ] -} \ No newline at end of file +} diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index de53302c17..44208a0396 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.53.2", + "version": "0.54.0", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python", @@ -103,4 +103,4 @@ "chalk": "5.3.0", "@types/fs-extra": "11.0.4" } -} \ No newline at end of file +} From b3e7b9be1964fe74aa79c3499c4a0cd8d9f85a5d Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 5 Dec 2025 12:04:11 +0800 Subject: [PATCH 2/2] add changelog --- .chronus/changes/fix-version-2025-11-5-12-4-1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .chronus/changes/fix-version-2025-11-5-12-4-1.md diff --git a/.chronus/changes/fix-version-2025-11-5-12-4-1.md b/.chronus/changes/fix-version-2025-11-5-12-4-1.md new file mode 100644 index 0000000000..f1c13018ae --- /dev/null +++ b/.chronus/changes/fix-version-2025-11-5-12-4-1.md @@ -0,0 +1,8 @@ +--- +changeKind: internal +packages: + - "@autorest/python" + - "@azure-tools/typespec-python" +--- + +Fix version \ No newline at end of file