File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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
55APPLICATION_NAME := geospatial_tools
66CONDA_ENVIRONMENT := geospatial-tools
77PYTHON_VERSION := 3.11
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " geospatial_tools"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " "
55authors = [" f-PLT <fplt.softwaredeveloper@gmail.com>" ]
66readme = " 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 "
7070commit = true
7171message = " Version {new_version} released."
7272tag = true
You can’t perform that action at this time.
0 commit comments