Skip to content

Commit fe05ce3

Browse files
authored
Merge pull request #256 from joshuacortez/chore/release_v0.5.1
Chore/release v0.5.1
2 parents 615bb21 + 1a77e2c commit fe05ce3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 0.5.1
4+
5+
### Improvements
6+
- 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)
7+
38
## 0.5.0
49

510
### New Features

geowrangler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"

settings.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
host = github
33
repo = geowrangler
44
lib_name = geowrangler
5-
version = 0.5.0
5+
version = 0.5.1
66
min_python = 3.8
77
license = MIT
88
black_formatting = True

0 commit comments

Comments
 (0)