diff --git a/CHANGES.txt b/CHANGES.txt index 2dee0f1c1..d6c001cf4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +2.1.1 2024-07-16 +~~~~~~~~~~~~~~~~ +Fixes: + + - Fix version of jsonschema in setup.py + - Fix alpine docker build + - Fix doc generation workflow + + 2.1.0 2024-07-16 ~~~~~~~~~~~~~~~~ Improvements: diff --git a/setup.py b/setup.py index 25ceb821f..134fb54df 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def long_description(changelog_releases=10): setup( name='MapProxy', - version="2.1.0", + version="2.1.1", description='An accelerating proxy for tile and web map services', long_description=long_description(7), author='Oliver Tonnhofer',