Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit d512b70

Browse files
committed
bump: version 1.5.0 → 1.5.1
1 parent 7cd7f6f commit d512b70

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,5 +1,11 @@
11
# CHANGELOG
22

3+
## 1.5.1 (2024-10-30)
4+
5+
### Fix
6+
7+
- typo in fmtm_splitter sql num_buildings substitution
8+
39
## 1.5.0 (2024-10-30)
410

511
### Feat

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PACKAGE := org.osm_fieldwork.py
2020
NAME := fmtm-splitter
21-
VERSION := 1.5.0
21+
VERSION := 1.5.1
2222

2323
# All python source files
2424
# MDS := $(wildcard ./docs/*.md)

fmtm_splitter/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.5.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pythonpath = "fmtm_splitter"
4545

4646
[tool.commitizen]
4747
name = "cz_conventional_commits"
48-
version = "1.5.0"
48+
version = "1.5.1"
4949
version_files = [
5050
"pyproject.toml:version",
5151
"fmtm_splitter/__version__.py",

0 commit comments

Comments
 (0)