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

Commit 22889e6

Browse files
committed
bump: version 1.1.2 → 1.2.0
1 parent 3f496f6 commit 22889e6

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.2.0 (2024-03-08)
4+
5+
### Feat
6+
7+
- refactor out geopandas entirely, use shapely
8+
39
## 1.1.2 (2024-02-15)
410

511
### 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_fieldwork.py
2020
NAME := fmtm-splitter
21-
VERSION := 1.1.2
21+
VERSION := 1.2.0
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.1.2"
1+
__version__ = "1.2.0"

pyproject.toml

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

4444
[tool.commitizen]
4545
name = "cz_conventional_commits"
46-
version = "1.1.2"
46+
version = "1.2.0"
4747
version_files = [
4848
"pyproject.toml:version",
4949
"fmtm_splitter/__version__.py",

0 commit comments

Comments
 (0)