Skip to content

Commit

Permalink
dev: prepare 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Jul 16, 2024
1 parent ae56c8a commit 99da607
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 99da607

Please sign in to comment.