Skip to content

Commit

Permalink
bump: version 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 5, 2023
1 parent 2ba4786 commit 9dc2256
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.7 (2023-12-05)

### Fix

- Add method to create tables in the database

## 0.1.6 (2023-11-18)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PACKAGE := org.osm_rawdata.py
NAME := osm-rawdata
VERSION := 0.1.6
VERSION := 0.1.7

# All python source files
# MDS := $(wildcard ./docs/*.md)
Expand Down
2 changes: 1 addition & 1 deletion osm_rawdata/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Project version"""
__version__ = "0.1.6"
__version__ = "0.1.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pythonpath = "osm_rawdata"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.6"
version = "0.1.7"
version_files = [
"pyproject.toml:version",
"osm_rawdata/__version__.py",
Expand Down

0 comments on commit 9dc2256

Please sign in to comment.