File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## 0.3.2 (2024-08-12)
2
12
3
13
### Fix
Original file line number Diff line number Diff line change 18
18
19
19
PACKAGE := org.osm_rawdata.py
20
20
NAME := osm-rawdata
21
- VERSION := 0.3.2
21
+ VERSION := 0.3.3
22
22
23
23
# All python source files
24
24
# MDS := $(wildcard ./docs/*.md)
Original file line number Diff line number Diff line change 1
1
"""Project version"""
2
- __version__ = "0.3.2 "
2
+ __version__ = "0.3.3 "
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ log_cli_level = "DEBUG"
50
50
51
51
[tool .commitizen ]
52
52
name = " cz_conventional_commits"
53
- version = " 0.3.2 "
53
+ version = " 0.3.3 "
54
54
version_files = [
55
55
" pyproject.toml:version" ,
56
56
" osm_rawdata/__version__.py" ,
You can’t perform that action at this time.
0 commit comments