Skip to content

Commit

Permalink
Version 0.1.2 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed Sep 23, 2024
1 parent 24586f8 commit c0128f5
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.2](https://github.com/RolnickLab/geospatial-tools/tree/0.1.2) (2024-09-23)
-------------------------------------------------------------------------------------

- Fix `docformatter` with missing extra dependency for use with `pyproject.toml`


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.1
APP_VERSION := 0.1.2
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.1"
version = "0.1.2"
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.1"
current_version = "0.1.2"
commit = true
message = "Version {new_version} released."
tag = true
Expand Down

0 comments on commit c0128f5

Please sign in to comment.