Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jun 19, 2024
1 parent 46c5332 commit af8aff2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
*********

geefcc 0.1.3
============

* Add an option to compute the tiles sequentially
* Change multiprocessing to multiprocess
* Adding crop_to_aoi argument to function get_fcc()
* Several changes: https://github.com/ghislainv/geefcc/compare/v0.1.2...main

geefcc 0.1.2
============

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

# GDAL exceptions
from osgeo import gdal
Expand Down

0 comments on commit af8aff2

Please sign in to comment.