diff --git a/CHANGELOG.md b/CHANGELOG.md index 1793c3306e3ec469695baebeae0e82c75ccc1af4..97c68b46d47d8337a4c36ab83c4d16e55e8159dc 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 8075d1a0d82d42d00a46039e9ac1db278f5413cc..ae49627269a25a64b75dde90503357ae8a79fe7f 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 +