Skip to content

Commit

Permalink
bump version; update changelog (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Sep 30, 2021
1 parent 16739ec commit 612e853
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
#########

0.21
----
* allow metatiling up to 512
* use GitHub actions instead of travis
* use black and flake8 pre-commit checks


0.20
----
* fixed pixel size calculation on irregular grids with metatiling (closing #33)
Expand Down
2 changes: 1 addition & 1 deletion tilematrix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
]


__version__ = "0.20"
__version__ = "0.21"

0 comments on commit 612e853

Please sign in to comment.