Skip to content

Commit

Permalink
Merge pull request #37 from stac-utils/version/0.1.2
Browse files Browse the repository at this point in the history
Version 0.1.2
  • Loading branch information
lossyrob authored Jan 15, 2021
2 parents 6794f8e + 871e426 commit 980bb40
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
2 changes: 1 addition & 1 deletion scripts/env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Common variables for the scripts.

STACTOOLS_SUBPACKAGE_DIRS=(
"stactools_cli"
"stactools_core"
"stactools_cli"
"stactools_aster"
"stactools_landsat"
"stactools_planet"
Expand Down
2 changes: 1 addition & 1 deletion stactools_aster/stactools/aster/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_browse/stactools/browse/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_cli/stactools/cli/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_core/stactools/core/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_landsat/stactools/landsat/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_planet/stactools/planet/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
"""Library version"""

0 comments on commit 980bb40

Please sign in to comment.