Skip to content

Commit

Permalink
prep for release (#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Sep 10, 2024
1 parent 2ef47f9 commit df0b946
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/HEAD-2024-8-10-14-24-45.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-pylint-2024-2024-8-10-15-41-17.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-pylint-2024-2024-8-10-16-19-28.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-xml-2024-8-10-11-42-32.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/autorest.python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release

## 6.21.1

### Bug Fixes

- [#2831](https://github.com/Azure/autorest.python/pull/2831) Add pylint disable for "unsubscriptable-object"


## 6.21.0

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "6.21.0",
"version": "6.21.1",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"start": "node ./scripts/run-python3.js ./scripts/start.py",
Expand Down
9 changes: 9 additions & 0 deletions packages/typespec-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release

## 0.31.1

### Bug Fixes

- [#2830](https://github.com/Azure/autorest.python/pull/2830) Add pylint disable for "line-too-long" and "too-many-locals"
- [#2831](https://github.com/Azure/autorest.python/pull/2831) Add pylint disable for "unsubscriptable-object"
- [#2829](https://github.com/Azure/autorest.python/pull/2829) Fix bandit error in serialization


## 0.31.0

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-python",
"version": "0.31.0",
"version": "0.31.1",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",
Expand Down

0 comments on commit df0b946

Please sign in to comment.