From b17d90293e7d17ebfb8bffe40289576652f4714e Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 7 Jun 2023 05:35:58 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.2.0...v1.3.0) (2023-06-07) ### Features * check LDAP availability ([ac5eebd](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/ac5eebd95cdb195f03df5b04eb137d771e793647)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a07de..ae611d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.2.0...v1.3.0) (2023-06-07) + + +### Features + +* check LDAP availability ([ac5eebd](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/ac5eebd95cdb195f03df5b04eb137d771e793647)) + # [1.2.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.1.0...v1.2.0) (2023-06-06) diff --git a/setup.cfg b/setup.cfg index 6d30dca..6c49faa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.2.0 +version = 1.3.0 license_files = LICENSE -- GitLab