From aec0fdc1e8e6c670ded5875dc8bf8d273cc96f61 Mon Sep 17 00:00:00 2001 From: f-PLT Date: Mon, 23 Sep 2024 14:26:28 -0400 Subject: [PATCH] Version 0.1.3 released. --- CHANGES.md | 5 +++++ Makefile.variables | 2 +- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 53f9e86..655d322 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ [Unreleased](https://github.com/RolnickLab/geospatial-tools/tree/main) (latest) ------------------------------------------------------------------------------------- +[//]: # (New changes here in list form) + +[0.1.3](https://github.com/RolnickLab/geospatial-tools/tree/0.1.3) (2024-09-23) +------------------------------------------------------------------------------------- + - Convert project to use `nox` instead of `tox` for cluster storage optimization. [0.1.2](https://github.com/RolnickLab/geospatial-tools/tree/0.1.2) (2024-09-23) diff --git a/Makefile.variables b/Makefile.variables index 7fbc8c9..85600fb 100644 --- a/Makefile.variables +++ b/Makefile.variables @@ -1,7 +1,7 @@ # This file is for custom makefile variable at the project level. # They are meant to be share by the whole project team. -APP_VERSION := 0.1.2 +APP_VERSION := 0.1.3 APPLICATION_NAME := geospatial_tools CONDA_ENVIRONMENT := geospatial-tools PYTHON_VERSION := 3.11 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f3ec344..afd6154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geospatial_tools" -version = "0.1.2" +version = "0.1.3" description = "" authors = ["f-PLT "] readme = "README.md" @@ -62,7 +62,7 @@ build-backend = "poetry.core.masonry.api" # [tool.bumpversion] -current_version = "0.1.2" +current_version = "0.1.3" commit = true message = "Version {new_version} released." tag = true