Skip to content

Commit bd749d7

Browse files
committed
Version 0.2.1 released.
1 parent 5456c23 commit bd749d7

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
______________________________________________________________________
66

7+
<!-- (New changes here in list form) -->
8+
9+
## [0.2.1](https://github.com/RolnickLab/geospatial-tools/tree/0.2.1) (2025-09-17)
10+
11+
______________________________________________________________________
12+
713
- Security update for dependencies (Pillow)
814

915
## [0.2.0](https://github.com/RolnickLab/geospatial-tools/tree/0.2.0) (2025-09-17)

Makefile.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is for custom makefile variable at the project level.
22
# They are meant to be share by the whole project team.
33

4-
APP_VERSION := 0.2.0
4+
APP_VERSION := 0.2.1
55
APPLICATION_NAME := geospatial_tools
66
CONDA_ENVIRONMENT := geospatial-tools
77
PYTHON_VERSION := 3.11

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geospatial_tools"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = ""
55
authors = ["f-PLT <fplt.softwaredeveloper@gmail.com>"]
66
readme = "README.md"
@@ -66,7 +66,7 @@ build-backend = "poetry.core.masonry.api"
6666
#
6767

6868
[tool.bumpversion]
69-
current_version = "0.2.0"
69+
current_version = "0.2.1"
7070
commit = true
7171
message = "Version {new_version} released."
7272
tag = true

0 commit comments

Comments
 (0)