From 545785309392dfaa10bdb81ae6b20e2f0ce5d25f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jul 2023 16:40:50 +0000 Subject: [PATCH] chore(release): 1.12.1 [skip ci] ## [1.12.1](https://github.com/casdoor/casdoor-python-sdk/compare/v1.12.0...v1.12.1) (2023-07-21) ### Bug Fixes * Fixed an incorrect type hint. ([#50](https://github.com/casdoor/casdoor-python-sdk/issues/50)) ([40e0f88](https://github.com/casdoor/casdoor-python-sdk/commit/40e0f88c556e08ca25a02e805f9b8d60f07f884b)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38662f0..219b10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.12.1](https://github.com/casdoor/casdoor-python-sdk/compare/v1.12.0...v1.12.1) (2023-07-21) + + +### Bug Fixes + +* Fixed an incorrect type hint. ([#50](https://github.com/casdoor/casdoor-python-sdk/issues/50)) ([40e0f88](https://github.com/casdoor/casdoor-python-sdk/commit/40e0f88c556e08ca25a02e805f9b8d60f07f884b)) + # [1.12.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.11.0...v1.12.0) (2023-05-04) diff --git a/setup.cfg b/setup.cfg index 2596f24..bc0e6c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.12.0 +version = 1.12.1 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk