From af4343122c0407a9155a0b5fa55947532562d899 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Sep 2023 11:03:43 +0000 Subject: [PATCH] chore(release): 1.17.0 [skip ci] # [1.17.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.16.2...v1.17.0) (2023-09-08) ### Features * fix bug that functions cannot be found ([#69](https://github.com/casdoor/casdoor-python-sdk/issues/69)) ([142e317](https://github.com/casdoor/casdoor-python-sdk/commit/142e317fa2c8899780aa9da6f73996fd68dcc9ea)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55262ac..bf28d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.17.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.16.2...v1.17.0) (2023-09-08) + + +### Features + +* fix bug that functions cannot be found ([#69](https://github.com/casdoor/casdoor-python-sdk/issues/69)) ([142e317](https://github.com/casdoor/casdoor-python-sdk/commit/142e317fa2c8899780aa9da6f73996fd68dcc9ea)) + ## [1.16.2](https://github.com/casdoor/casdoor-python-sdk/compare/v1.16.1...v1.16.2) (2023-09-07) diff --git a/setup.cfg b/setup.cfg index 6faad1d..67d8e42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.16.2 +version = 1.17.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk