diff --git a/.chronus/changes/fix-install-2024-8-30-21-14-32.md b/.chronus/changes/fix-install-2024-8-30-21-14-32.md deleted file mode 100644 index f3dfd3c737c..00000000000 --- a/.chronus/changes/fix-install-2024-8-30-21-14-32.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-python" ---- - -Fix install issue \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 53198fed08d..809cf3a56f2 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,9 @@ # Release +## 6.25.0 + +No changes, version bump only. + ## 6.24.0 ### Features diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index 125ae39a980..480b193a5c3 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.24.0", + "version": "6.25.0", "description": "The Python extension for generators in AutoRest.", "scripts": { "start": "node ./scripts/run-python3.js ./scripts/start.py", diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index 5ce4f5fc077..e49ee5f79ba 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 0.35.0 + +### Bug Fixes + +- [#2861](https://github.com/Azure/autorest.python/pull/2861) Fix install issue + + ## 0.34.0 ### Bump dependencies diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index e60844b8898..71d5ef3e530 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.34.0", + "version": "0.35.0", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",