From 0e97f37133faa0e00425c9f63da58ad368f14e9e Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 5 Feb 2024 14:20:55 +0000 Subject: [PATCH] chore(release): 2.5.1 [skip ci] ## [2.5.1](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.0...v2.5.1) (2024-02-05) ### Bug Fixes * main cannot have args ([6b58c32](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/6b58c32e0756ce6e00787c21e48363d6bf2a625a)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5297e7..422de4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.1](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.0...v2.5.1) (2024-02-05) + + +### Bug Fixes + +* main cannot have args ([6b58c32](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/6b58c32e0756ce6e00787c21e48363d6bf2a625a)) + # [2.5.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.4.0...v2.5.0) (2024-02-05) diff --git a/setup.cfg b/setup.cfg index 6739ac1..30da8be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.5.0 +version = 2.5.1 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab