From b4de5b83009e9ce3738fa1038748527c7b730014 Mon Sep 17 00:00:00 2001 From: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:58:27 -0500 Subject: [PATCH] [python] bump version and add changeset (#5251) Co-authored-by: iscai-msft --- packages/http-client-python/CHANGELOG.md | 6 ++++++ packages/http-client-python/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/http-client-python/CHANGELOG.md b/packages/http-client-python/CHANGELOG.md index 3b8b027078..8248785288 100644 --- a/packages/http-client-python/CHANGELOG.md +++ b/packages/http-client-python/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @typespec/http-client-python +## 0.3.12 + +### Other Changes + +- Fix `useless-object-inheritance` pylint errors + ## 0.3.11 ### Other Changes diff --git a/packages/http-client-python/package.json b/packages/http-client-python/package.json index d792782feb..34627e8a8d 100644 --- a/packages/http-client-python/package.json +++ b/packages/http-client-python/package.json @@ -1,6 +1,6 @@ { "name": "@typespec/http-client-python", - "version": "0.3.11", + "version": "0.3.12", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://typespec.io",