Skip to content

Commit 07ffd63

Browse files
committed
Changelog for v1.2.8
1 parent 5026da2 commit 07ffd63

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
forestatrisk 1.2.8
5+
++++++++++++++++++
6+
7+
* Bug corrections.
8+
* Rasterize the aoi based on forest resolution and extent.
9+
* Changes: https://github.com/ghislainv/forestatrisk/compare/v1.2.7...v1.2.8
10+
411
forestatrisk 1.2.7
512
++++++++++++++++++
613

forestatrisk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# https://peps.python.org/pep-0008/#module-level-dunder-names
1111
__author__ = "Ghislain Vieilledent"
1212
__email__ = "[email protected]"
13-
__version__ = "1.2.7"
13+
__version__ = "1.2.8"
1414

1515
# GDAL exceptions
1616
from osgeo import gdal

0 commit comments

Comments
 (0)