Skip to content

Commit

Permalink
Merge pull request #256 from joshuacortez/chore/release_v0.5.1
Browse files Browse the repository at this point in the history
Chore/release v0.5.1
  • Loading branch information
joshuacortez authored Sep 10, 2024
2 parents 615bb21 + 1a77e2c commit fe05ce3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.5.1

### Improvements
- Missing corner tiles issue is fixed for both `FastSquareGridGenerator` and `FastBingTileGenerator` (PR [#255](https://github.com/thinkingmachines/geowrangler/pull/255)) from [@joshuacortez](https://github.com/joshuacortez)

## 0.5.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion geowrangler/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host = github
repo = geowrangler
lib_name = geowrangler
version = 0.5.0
version = 0.5.1
min_python = 3.8
license = MIT
black_formatting = True
Expand Down

0 comments on commit fe05ce3

Please sign in to comment.