File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.7 (2023-12-05)
2
+
3
+ ### Fix
4
+
5
+ - Add method to create tables in the database
6
+
1
7
## 0.1.6 (2023-11-18)
2
8
3
9
### 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.1.6
21
+ VERSION := 0.1.7
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.1.6 "
2
+ __version__ = "0.1.7 "
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pythonpath = "osm_rawdata"
48
48
49
49
[tool .commitizen ]
50
50
name = " cz_conventional_commits"
51
- version = " 0.1.6 "
51
+ version = " 0.1.7 "
52
52
version_files = [
53
53
" pyproject.toml:version" ,
54
54
" osm_rawdata/__version__.py" ,
You can’t perform that action at this time.
0 commit comments