From b502202697a1843b5a4f33e36ea26a67461a8c3d Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 12 Dec 2024 19:51:06 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.5.1=20=E2=86=92=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ Makefile | 2 +- fmtm_splitter/__version__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e1c59..1f7f152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 2.0.0 (2024-12-12) + +### Feat + +- merge polygons smaller than 35% of perfect square polygon to neighbouring polygon + +### Fix + +- Update command line args +- Update usage message for current reality + ## 1.5.1 (2024-10-30) ### Fix diff --git a/Makefile b/Makefile index 3ba8a03..2fd7c38 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PACKAGE := org.osm_fieldwork.py NAME := fmtm-splitter -VERSION := 1.5.1 +VERSION := 2.0.0 # All python source files # MDS := $(wildcard ./docs/*.md) diff --git a/fmtm_splitter/__version__.py b/fmtm_splitter/__version__.py index 0f228f2..8c0d5d5 100644 --- a/fmtm_splitter/__version__.py +++ b/fmtm_splitter/__version__.py @@ -1 +1 @@ -__version__ = "1.5.1" +__version__ = "2.0.0" diff --git a/pyproject.toml b/pyproject.toml index e8f866d..8c89ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pythonpath = "fmtm_splitter" [tool.commitizen] name = "cz_conventional_commits" -version = "1.5.1" +version = "2.0.0" version_files = [ "pyproject.toml:version", "fmtm_splitter/__version__.py",