We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a362a34 commit b9a9dcaCopy full SHA for b9a9dca
3 files changed
CHANGELOG.md
@@ -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
7
# 0.4.0
8
9
## New Features
@@ -21,3 +27,4 @@
21
27
22
28
[adlfs]: https://github.com/dask/adlfs
23
29
[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
@@ -1,2 +1,2 @@
-__version__ = "0.4.0"
+__version__ = "0.4.1"
"""Library version"""
setup.cfg
@@ -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
0 commit comments