Skip to content

Commit 927642e

Browse files
authored
bump version (#3254)
1 parent 705caee commit 927642e

11 files changed

+31
-62
lines changed

.chronus/changes/auto-iscai-msft-python-addBullet-2025-9-16-16-11-41.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-iscai-msft-python-addBullet-2025-9-27-11-10-54.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-iscai-msft-python-msrestGeneration-2025-9-11-14-13-14.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-microsoft-fix-override-python-2025-9-13-14-22-54.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-microsoft-fix-python-constant-query-2025-9-24-14-46-59.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-microsoft-previewApiversion-python-2025-9-13-7-59-10.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/autorest.python/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release
22

3+
## 6.41.4
4+
5+
### Bug Fixes
6+
7+
- [#3252](https://github.com/Azure/autorest.python/pull/3252) Additional fixes to documentation with bullet points
8+
- [#3240](https://github.com/Azure/autorest.python/pull/3240) Fix api-version for @override
9+
- [#3251](https://github.com/Azure/autorest.python/pull/3251) Fix runtime error for constant query parameter
10+
11+
312
## 6.41.3
413

514
### Bug Fixes

packages/autorest.python/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/python",
3-
"version": "6.41.3",
3+
"version": "6.41.4",
44
"description": "The Python extension for generators in AutoRest.",
55
"scripts": {
66
"start": "node ./scripts/run-python3.js ./scripts/start.py",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
3131
"dependencies": {
32-
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTQ5NjkxNy9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.19.1.tgz",
32+
"@typespec/http-client-python": "~0.19.2",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"
@@ -47,4 +47,4 @@
4747
"requirements.txt",
4848
"generator/"
4949
]
50-
}
50+
}

packages/typespec-python/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release
22

3+
## 0.52.2
4+
5+
### Bug Fixes
6+
7+
- [#3252](https://github.com/Azure/autorest.python/pull/3252) Additional fixes to documentation with bullet points
8+
- [#3240](https://github.com/Azure/autorest.python/pull/3240) Fix api-version for @override
9+
- [#3251](https://github.com/Azure/autorest.python/pull/3251) Fix runtime error for constant query parameter
10+
11+
312
## 0.52.1
413

514
### Bug Fixes

packages/typespec-python/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.52.1",
3+
"version": "0.52.2",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",
@@ -67,7 +67,7 @@
6767
"js-yaml": "~4.1.0",
6868
"semver": "~7.6.2",
6969
"tsx": "~4.19.1",
70-
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTQ5NjkxNy9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.19.1.tgz",
70+
"@typespec/http-client-python": "~0.19.2",
7171
"fs-extra": "~11.2.0"
7272
},
7373
"devDependencies": {
@@ -103,4 +103,4 @@
103103
"chalk": "5.3.0",
104104
"@types/fs-extra": "11.0.4"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)