From 6c40b9ae9f098d8237307e9d13d1a9f7be1d22bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 20 Jun 2023 15:28:03 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.6.0...v1.7.0) (2023-06-20) ### Features * script to execute multiple monitoring probes ([d39bfa3](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/d39bfa3301794d18ea486e3a90acff9b2998b944)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7894d8..1793c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.6.0...v1.7.0) (2023-06-20) + + +### Features + +* script to execute multiple monitoring probes ([d39bfa3](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/d39bfa3301794d18ea486e3a90acff9b2998b944)) + # [1.6.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.5.0...v1.6.0) (2023-06-15) diff --git a/setup.cfg b/setup.cfg index 11a3e9a..1c11362 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.6.0 +version = 1.7.0 license_files = LICENSE -- GitLab