Skip to content

Commit 52b827f

Browse files
committed
bump: version 0.3.2 → 0.3.3
1 parent a6e64ee commit 52b827f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.3 (2024-10-14)
2+
3+
### Fix
4+
5+
- geofabrik hyphenated region path (#33)
6+
7+
### Refactor
8+
9+
- move raw-data import related scripts to subdir
10+
111
## 0.3.2 (2024-08-12)
212

313
### Fix

Makefile

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

1919
PACKAGE := org.osm_rawdata.py
2020
NAME := osm-rawdata
21-
VERSION := 0.3.2
21+
VERSION := 0.3.3
2222

2323
# All python source files
2424
# MDS := $(wildcard ./docs/*.md)

osm_rawdata/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Project version"""
2-
__version__ = "0.3.2"
2+
__version__ = "0.3.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ log_cli_level = "DEBUG"
5050

5151
[tool.commitizen]
5252
name = "cz_conventional_commits"
53-
version = "0.3.2"
53+
version = "0.3.3"
5454
version_files = [
5555
"pyproject.toml:version",
5656
"osm_rawdata/__version__.py",

0 commit comments

Comments
 (0)