diff --git a/CHANGELOG.md b/CHANGELOG.md index acf25422743f2cc49a8cc5b8ddbe18363581c9b2..a5297e77c118caa534fd09c24613b263911e4748 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 891b341de2d8b34787cf15e9674e6779eb3ca670..6739ac1debe512468660c533e3afbb7465ebd5af 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