From ba74717f41479d4e5948ceaeedeef82d82cc3575 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 18 Dec 2024 10:49:25 +0800 Subject: [PATCH] update version --- .chronus/changes/auto-m2r_code_fix-2024-11-17-17-55-36.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/auto-m2r_code_fix-2024-11-17-17-55-36.md diff --git a/.chronus/changes/auto-m2r_code_fix-2024-11-17-17-55-36.md b/.chronus/changes/auto-m2r_code_fix-2024-11-17-17-55-36.md deleted file mode 100644 index 529a41d294e..00000000000 --- a/.chronus/changes/auto-m2r_code_fix-2024-11-17-17-55-36.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: fix -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -`:code:` in docstring should always be preceded by `\` \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index c228c37d12b..1457bfe0c1b 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 6.27.2 + +### Bug Fixes + +- [#2973](https://github.com/Azure/autorest.python/pull/2973) `:code:` in docstring should always be preceded by `\` + + ## 6.27.1 ### Bump dependencies diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index c3a0fe000f7..70db24d26c5 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.27.1", + "version": "6.27.2", "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 aed23bf810e..0d0a40a2a8d 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 0.37.2 + +### Bug Fixes + +- [#2973](https://github.com/Azure/autorest.python/pull/2973) `:code:` in docstring should always be preceded by `\` + + ## 0.37.1 ### Bump dependencies diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index aec2f7e9efe..b1174b55910 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.37.1", + "version": "0.37.2", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",