Skip to content

Commit

Permalink
bump: version 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Jan 18, 2024
1 parent b461a94 commit 960f8b3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.4.1 (2024-01-18)

### Fix

- For ODK, make sure there is always a label & title
- Fix logging, and fix polygon vs centroid
- Be less verbose with debugging
- Improve the values for the tags so it actually works
- Add filter_data api doc

### Refactor

- return full submissions detail
- add param debug log during basemap generation

## 0.4.0 (2023-12-05)

### Feat
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.4.0
VERSION := 0.4.1

# 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.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pythonpath = "osm_fieldwork"

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

0 comments on commit 960f8b3

Please sign in to comment.