Skip to content

Commit

Permalink
Updating Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jul 17, 2024
1 parent 44ba5bb commit b5477b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

forestatrisk 1.2.5
++++++++++++++++++

* Allow computing forest rasters (``forest_t1.tif``, ``fcc12.tif``, etc.) and variables (``dist_edge_t1``, etc.) if the user provides a ``forest_src.tif`` file.
* Changes: https://github.com/ghislainv/forestatrisk/compare/v1.2.4...v1.2.5

forestatrisk 1.2.4
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion forestatrisk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# https://peps.python.org/pep-0008/#module-level-dunder-names
__author__ = "Ghislain Vieilledent"
__email__ = "[email protected]"
__version__ = "1.2.4"
__version__ = "1.2.5"

# GDAL exceptions
from osgeo import gdal
Expand Down

0 comments on commit b5477b2

Please sign in to comment.