From e77cbc09c7e806942f56123af486eecad14d27ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 10 Aug 2023 10:19:56 +0000 Subject: [PATCH] chore(release): 1.8.5 [skip ci] ## [1.8.5](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.4...v1.8.5) (2023-08-10) ### Bug Fixes * double space after probe name ([c2fc77d](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/c2fc77ddb2c75991b19a9eb533994eb8c973654b)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f79b58..76d792f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.5](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.4...v1.8.5) (2023-08-10) + + +### Bug Fixes + +* double space after probe name ([c2fc77d](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/c2fc77ddb2c75991b19a9eb533994eb8c973654b)) + ## [1.8.4](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.3...v1.8.4) (2023-08-07) diff --git a/setup.cfg b/setup.cfg index b6f4bd7..8250a76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.8.4 +version = 1.8.5 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab