Skip to content

Commit aec0fdc

Browse files
committed
Version 0.1.3 released.
1 parent 5332ab1 commit aec0fdc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[Unreleased](https://github.com/RolnickLab/geospatial-tools/tree/main) (latest)
44
-------------------------------------------------------------------------------------
55

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+
611
- Convert project to use `nox` instead of `tox` for cluster storage optimization.
712

813
[0.1.2](https://github.com/RolnickLab/geospatial-tools/tree/0.1.2) (2024-09-23)

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.1.2
4+
APP_VERSION := 0.1.3
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.1.2"
3+
version = "0.1.3"
44
description = ""
55
authors = ["f-PLT <fplt.softwaredeveloper@gmail.com>"]
66
readme = "README.md"
@@ -62,7 +62,7 @@ build-backend = "poetry.core.masonry.api"
6262
#
6363

6464
[tool.bumpversion]
65-
current_version = "0.1.2"
65+
current_version = "0.1.3"
6666
commit = true
6767
message = "Version {new_version} released."
6868
tag = true

0 commit comments

Comments
 (0)