Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 52edda1

Browse files
committed
bump: version 0.18.1 → 0.18.2
1 parent ab8a073 commit 52edda1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.18.2 (2025-01-21)
2+
3+
### Fix
4+
5+
- add default language in settings tab if not present (#336)
6+
17
## 0.18.1 (2025-01-15)
28

39
### Feat

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PACKAGE := org.osm_fieldwork.py
2020
NAME := osm-fieldwork
21-
VERSION := 0.18.1
21+
VERSION := 0.18.2
2222

2323
# All python source files
2424
FILES := $(wildcard ./osm_fieldwork/*.py)

osm_fieldwork/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.1"
1+
__version__ = "0.18.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ asyncio_mode="auto"
9292

9393
[tool.commitizen]
9494
name = "cz_conventional_commits"
95-
version = "0.18.1"
95+
version = "0.18.2"
9696
version_files = [
9797
"pyproject.toml:version",
9898
"osm_fieldwork/__version__.py",

0 commit comments

Comments
 (0)