From ed60393eb9bca54018725b56ec29b028fc5d767b Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 28 Jun 2023 08:30:57 +0000 Subject: [PATCH] chore(release): 1.7.1 [skip ci] ## [1.7.1](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.7.0...v1.7.1) (2023-06-28) ### Bug Fixes * dependencies from pypi, not GitLab ([bf643a6](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/bf643a6657428f714ce44c16ff7fc23b87a79708)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1793c33..97c68b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.7.0...v1.7.1) (2023-06-28) + + +### Bug Fixes + +* dependencies from pypi, not GitLab ([bf643a6](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/bf643a6657428f714ce44c16ff7fc23b87a79708)) + # [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) diff --git a/setup.cfg b/setup.cfg index 8075d1a..ae49627 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] -version = 1.7.0 +version = 1.7.1 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown + -- GitLab