From eb9721c9ae1b799154576f0bf5252825a6a256f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Aug 2023 05:01:45 +0000 Subject: [PATCH] chore(release): 1.14.0 [skip ci] # [1.14.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.13.1...v1.14.0) (2023-08-07) ### Features * Encapsulated aiohttp methods to replace __del__ to avoid http connection leaks ([#55](https://github.com/casdoor/casdoor-python-sdk/issues/55)) ([2a2b482](https://github.com/casdoor/casdoor-python-sdk/commit/2a2b482daa171b5fe169b43f942ab29a2ef172bb)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a25a1f..7e3da9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.14.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.13.1...v1.14.0) (2023-08-07) + + +### Features + +* Encapsulated aiohttp methods to replace __del__ to avoid http connection leaks ([#55](https://github.com/casdoor/casdoor-python-sdk/issues/55)) ([2a2b482](https://github.com/casdoor/casdoor-python-sdk/commit/2a2b482daa171b5fe169b43f942ab29a2ef172bb)) + ## [1.13.1](https://github.com/casdoor/casdoor-python-sdk/compare/v1.13.0...v1.13.1) (2023-08-05) diff --git a/setup.cfg b/setup.cfg index 234fca6..0eeed12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.13.1 +version = 1.14.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk