Skip to content

Commit

Permalink
RLS: 0.4.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger authored Sep 9, 2021
1 parent a362a34 commit b9a9dca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.1

## Bug Fixes

* Fixed bug in `planetary_computer.sign(item)` returning items whose assets had no owner. [#25][gh-25]

# 0.4.0

## New Features
Expand All @@ -21,3 +27,4 @@

[adlfs]: https://github.com/dask/adlfs
[table]: https://github.com/stac-extensions/table
[gh-25]: https://github.com/microsoft/planetary-computer-sdk-for-python/issues/25
2 changes: 1 addition & 1 deletion planetary_computer/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
"""Library version"""
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = planetary-computer
version = 0.4.0
version = 0.4.1
license_file = LICENSE
author = microsoft
author_email = planetarycomputer@microsoft.com
Expand Down

0 comments on commit b9a9dca

Please sign in to comment.