Skip to content

Commit 9dc2256

Browse files
committed
bump: version 0.1.6 → 0.1.7
1 parent 2ba4786 commit 9dc2256

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.1.7 (2023-12-05)
2+
3+
### Fix
4+
5+
- Add method to create tables in the database
6+
17
## 0.1.6 (2023-11-18)
28

39
### 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.1.6
21+
VERSION := 0.1.7
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.1.6"
2+
__version__ = "0.1.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pythonpath = "osm_rawdata"
4848

4949
[tool.commitizen]
5050
name = "cz_conventional_commits"
51-
version = "0.1.6"
51+
version = "0.1.7"
5252
version_files = [
5353
"pyproject.toml:version",
5454
"osm_rawdata/__version__.py",

0 commit comments

Comments
 (0)