Skip to content

Commit b9a9dca

Browse files
author
Tom Augspurger
authored
RLS: 0.4.1 (#27)
1 parent a362a34 commit b9a9dca

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.4.1
2+
3+
## Bug Fixes
4+
5+
* Fixed bug in `planetary_computer.sign(item)` returning items whose assets had no owner. [#25][gh-25]
6+
17
# 0.4.0
28

39
## New Features
@@ -21,3 +27,4 @@
2127

2228
[adlfs]: https://github.com/dask/adlfs
2329
[table]: https://github.com/stac-extensions/table
30+
[gh-25]: https://github.com/microsoft/planetary-computer-sdk-for-python/issues/25

planetary_computer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"
22
"""Library version"""

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = planetary-computer
3-
version = 0.4.0
3+
version = 0.4.1
44
license_file = LICENSE
55
author = microsoft
66
author_email = planetarycomputer@microsoft.com

0 commit comments

Comments
 (0)