From 4564584e4fdaafd33885c4c474391c2ff9dd9fbc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Dec 2022 04:09:07 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.4.0...v1.5.0) (2022-12-12) ### Features * Appended asynchronous SDK version ([#33](https://github.com/casdoor/casdoor-python-sdk/issues/33)) ([92a6010](https://github.com/casdoor/casdoor-python-sdk/commit/92a601053fd3c3bea18596185ea63c013cae3642)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d63c17..b36fa72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.5.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.4.0...v1.5.0) (2022-12-12) + + +### Features + +* Appended asynchronous SDK version ([#33](https://github.com/casdoor/casdoor-python-sdk/issues/33)) ([92a6010](https://github.com/casdoor/casdoor-python-sdk/commit/92a601053fd3c3bea18596185ea63c013cae3642)) + # [1.4.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.3.0...v1.4.0) (2022-12-07) diff --git a/setup.cfg b/setup.cfg index e129666..105a59c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.4.0 +version = 1.5.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk