From 9dc2256d06cd82fe54473f82e52d7f400fb9e90b Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 5 Dec 2023 09:07:31 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- osm_rawdata/__version__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7943f85..64166e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 422ec0f..78ba6ec 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/osm_rawdata/__version__.py b/osm_rawdata/__version__.py index 583f795..bf84e4c 100644 --- a/osm_rawdata/__version__.py +++ b/osm_rawdata/__version__.py @@ -1,2 +1,2 @@ """Project version""" -__version__ = "0.1.6" +__version__ = "0.1.7" diff --git a/pyproject.toml b/pyproject.toml index 01f10c0..fc21654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",