diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3babfd3..10a1125 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ********* +geefcc 0.1.2 +============ + +* Changing import statements. + geefcc 0.1.1 ============ diff --git a/geefcc/__init__.py b/geefcc/__init__.py index 96ad01d..0575992 100644 --- a/geefcc/__init__.py +++ b/geefcc/__init__.py @@ -7,7 +7,7 @@ # https://peps.python.org/pep-0008/#module-level-dunder-names __author__ = "Ghislain Vieilledent and Thomas Arsouze" __email__ = "ghislain.vieilledent@cirad.fr, thomas.arsouze@cirad.fr" -__version__ = "0.1.1" +__version__ = "0.1.2" # GDAL exceptions from osgeo import gdal