From 608632f501decd3b965964b219ecd52cfc01413c Mon Sep 17 00:00:00 2001 From: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:58:46 -0400 Subject: [PATCH] prep for release (#2652) --- .../changes/remove_docs_from_json-2024-5-20-15-57-42.md | 8 -------- packages/autorest.python/CHANGELOG.md | 7 +++++++ packages/autorest.python/package.json | 2 +- packages/typespec-python/CHANGELOG.md | 7 +++++++ packages/typespec-python/package.json | 2 +- 5 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 .chronus/changes/remove_docs_from_json-2024-5-20-15-57-42.md diff --git a/.chronus/changes/remove_docs_from_json-2024-5-20-15-57-42.md b/.chronus/changes/remove_docs_from_json-2024-5-20-15-57-42.md deleted file mode 100644 index 77d8e0fd609..00000000000 --- a/.chronus/changes/remove_docs_from_json-2024-5-20-15-57-42.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: fix -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -fix sphinx rendering of json docs by removing comments diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 5627fae9a7a..44ec8e57f5b 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 6.14.2 + +### Bug Fixes + +- [#2650](https://github.com/Azure/autorest.python/pull/2650) fix sphinx rendering of json docs by removing comments + + ## 6.14.1 ### Bug Fixes diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index de2aef67e93..e7b49de8a5e 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.14.1", + "version": "6.14.2", "description": "The Python extension for generators in AutoRest.", "scripts": { "prepare": "node run-python3.js prepare.py", diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index dcf49f5e66b..2e64cd39bb9 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 0.24.2 + +### Bug Fixes + +- [#2650](https://github.com/Azure/autorest.python/pull/2650) fix sphinx rendering of json docs by removing comments + + ## 0.24.1 ### Bug Fixes diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 5d1060e0dcc..db860bf4ea6 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.24.1", + "version": "0.24.2", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",