Skip to content

Commit

Permalink
bump: version 0.3.6 → 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 23, 2023
1 parent 27dddc9 commit e5eecb2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.3.7 (2023-10-23)

### Fix

- Add simple test case for creating imagery basemaps
- Accumulate all tiles for all zoom levels
- Use boundary file that is a single Feature in addition to a FeatureCollection
- Pass the config file to the YAML parser
- Add USGS reference numbers for highways
- custom tms download logic (tile ordering)
- bug pmtile generation if file exists in first dir
- create basemap directory automatically

## 0.3.6 (2023-10-09)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PACKAGE := org.osm_fieldwork.py
NAME := osm-fieldwork
VERSION := 0.3.6
VERSION := 0.3.7

# All python source files
FILES := $(wildcard ./osm_fieldwork/*.py)
Expand Down
2 changes: 1 addition & 1 deletion osm_fieldwork/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.6"
__version__ = "0.3.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pythonpath = "osm_fieldwork"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.6"
version = "0.3.7"
version_files = [
"pyproject.toml:version",
"osm_fieldwork/__version__.py",
Expand Down

0 comments on commit e5eecb2

Please sign in to comment.