diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1320ef..4e9b2d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## stactools 0.1.2 + +### Added + +- Added ASTER package ([#16](https://github.com/stac-utils/stactools/pull/16)) + +### Fixes + +- Fixed issues with copying and asset movint ([#34](https://github.com/stac-utils/stactools/pull/34)) +- Fix `stac browse` with upgrades to versions in the tiler container ([#35](https://github.com/stac-utils/stactools/pull/35)) + ## stactools 0.1.1 See [#9](https://github.com/stac-utils/stactools/pull/9) diff --git a/requirements-dev.txt b/requirements-dev.txt index c2eb8a6d..afd7a963 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ sphinxcontrib-fulltoc==1.2.0 sphinxcontrib-napoleon==0.7 sphinx-click==2.5.0 flake8==3.8.* -yapf==0.28.* +yapf==0.30.* ipython==7.16.1 nbsphinx==0.7.1 coverage==5.2.* diff --git a/scripts/env b/scripts/env index 1a06534b..10b835a1 100755 --- a/scripts/env +++ b/scripts/env @@ -1,8 +1,8 @@ # Common variables for the scripts. STACTOOLS_SUBPACKAGE_DIRS=( - "stactools_cli" "stactools_core" + "stactools_cli" "stactools_aster" "stactools_landsat" "stactools_planet" diff --git a/stactools_aster/stactools/aster/version.py b/stactools_aster/stactools/aster/version.py index d28297f5..71f6d952 100644 --- a/stactools_aster/stactools/aster/version.py +++ b/stactools_aster/stactools/aster/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' """Library version""" diff --git a/stactools_browse/stactools/browse/version.py b/stactools_browse/stactools/browse/version.py index d28297f5..71f6d952 100644 --- a/stactools_browse/stactools/browse/version.py +++ b/stactools_browse/stactools/browse/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' """Library version""" diff --git a/stactools_cli/stactools/cli/version.py b/stactools_cli/stactools/cli/version.py index d28297f5..71f6d952 100644 --- a/stactools_cli/stactools/cli/version.py +++ b/stactools_cli/stactools/cli/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' """Library version""" diff --git a/stactools_core/stactools/core/version.py b/stactools_core/stactools/core/version.py index d28297f5..71f6d952 100644 --- a/stactools_core/stactools/core/version.py +++ b/stactools_core/stactools/core/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' """Library version""" diff --git a/stactools_landsat/stactools/landsat/version.py b/stactools_landsat/stactools/landsat/version.py index d28297f5..71f6d952 100644 --- a/stactools_landsat/stactools/landsat/version.py +++ b/stactools_landsat/stactools/landsat/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' """Library version""" diff --git a/stactools_planet/stactools/planet/version.py b/stactools_planet/stactools/planet/version.py index d28297f5..71f6d952 100644 --- a/stactools_planet/stactools/planet/version.py +++ b/stactools_planet/stactools/planet/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' """Library version"""