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

Commit 25bdc21

Browse files
committed
bump: version 0.21.0 → 0.21.1
1 parent 1745097 commit 25bdc21

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.21.1 (2025-03-05)
2+
3+
### Fix
4+
5+
- remove invalid Accept: "odkcentral" header (triggers ModSec 920600) (#348)
6+
17
## 0.21.0 (2025-02-24)
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.21.0
21+
VERSION := 0.21.1
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.21.0"
1+
__version__ = "0.21.1"

pyproject.toml

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

8888
[tool.commitizen]
8989
name = "cz_conventional_commits"
90-
version = "0.21.0"
90+
version = "0.21.1"
9191
version_files = [
9292
"pyproject.toml:version",
9393
"osm_fieldwork/__version__.py",

0 commit comments

Comments
 (0)