From 0841596673ea6ae3a1890db609bb33e5ba2c0631 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 5 Feb 2024 13:08:10 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # [2.5.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.4.0...v2.5.0) (2024-02-05) ### Features * arguments handling with argparse ([4f068a9](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/4f068a9652a119a8ad54e52c5e82938b754d4086)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf2542..a5297e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.5.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.4.0...v2.5.0) (2024-02-05) + + +### Features + +* arguments handling with argparse ([4f068a9](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/4f068a9652a119a8ad54e52c5e82938b754d4086)) + # [2.4.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.3.0...v2.4.0) (2024-02-01) diff --git a/setup.cfg b/setup.cfg index 891b341..6739ac1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.4.0 +version = 2.5.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab