Skip to content

Commit

Permalink
Version 0.1.3 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed Sep 23, 2024
1 parent 5332ab1 commit aec0fdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.variables
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geospatial_tools"
version = "0.1.2"
version = "0.1.3"
description = ""
authors = ["f-PLT <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aec0fdc

Please sign in to comment.