Skip to content

Commit 1a18fe4

Browse files
committed
[python] fix release version metadata
1 parent 21799bc commit 1a18fe4

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

packages/http-client-python/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @typespec/http-client-python
22

3+
## 0.38.0
4+
5+
### Features
6+
7+
- [#11919](https://github.com/microsoft/typespec/pull/11919) Update dependencies for TypeSpec 1.16.0.
8+
39
## 0.37.1
410

511
### Bug Fixes

packages/http-client-python/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http-client-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typespec/http-client-python",
3-
"version": "0.37.1",
3+
"version": "0.38.0",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://typespec.io",

0 commit comments

Comments
 (0)