File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ Unreleased] ( https://github.com/RolnickLab/geospatial-tools/tree/main ) (latest)
4
4
-------------------------------------------------------------------------------------
5
5
6
+ [ // ] : # ( New changes here in list form )
7
+
8
+ [ 0.1.3] ( https://github.com/RolnickLab/geospatial-tools/tree/0.1.3 ) (2024-09-23)
9
+ -------------------------------------------------------------------------------------
10
+
6
11
- Convert project to use ` nox ` instead of ` tox ` for cluster storage optimization.
7
12
8
13
[ 0.1.2] ( https://github.com/RolnickLab/geospatial-tools/tree/0.1.2 ) (2024-09-23)
Original file line number Diff line number Diff line change 1
1
# This file is for custom makefile variable at the project level.
2
2
# They are meant to be share by the whole project team.
3
3
4
- APP_VERSION := 0.1.2
4
+ APP_VERSION := 0.1.3
5
5
APPLICATION_NAME := geospatial_tools
6
6
CONDA_ENVIRONMENT := geospatial-tools
7
7
PYTHON_VERSION := 3.11
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " geospatial_tools"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
description = " "
5
5
authors = [" f-PLT <fplt.softwaredeveloper@gmail.com>" ]
6
6
readme = " README.md"
@@ -62,7 +62,7 @@ build-backend = "poetry.core.masonry.api"
62
62
#
63
63
64
64
[tool .bumpversion ]
65
- current_version = " 0.1.2 "
65
+ current_version = " 0.1.3 "
66
66
commit = true
67
67
message = " Version {new_version} released."
68
68
tag = true
You can’t perform that action at this time.
0 commit comments