From 1e676b10fb92e1a935971285ab5eab48465006b0 Mon Sep 17 00:00:00 2001 From: Travis Prescott Date: Thu, 9 Mar 2023 09:08:28 -0800 Subject: [PATCH] Update release date. (#5668) --- packages/python-packages/api-stub-generator/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python-packages/api-stub-generator/CHANGELOG.md b/packages/python-packages/api-stub-generator/CHANGELOG.md index 134d4353d1c..cb5b7f75cf1 100644 --- a/packages/python-packages/api-stub-generator/CHANGELOG.md +++ b/packages/python-packages/api-stub-generator/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## Version 0.3.7 (Unreleased) +## Version 0.3.7 (2023-03-09) Fix incorrect type annotation. Update to follow best practices for accessing '__annotations__'. Fixed issue where class decorators were not displayed.