Skip to content

Commit

Permalink
RLS: 0.4.3 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger authored Oct 29, 2021
1 parent d7fd87e commit e5acec3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.3

## Bug Fixes

* Improved performance when using signed ItemCollections by not dropping the root link [#30][gh-30]

# 0.4.2

## New Features
Expand Down Expand Up @@ -35,4 +41,5 @@
[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
[xarray-assets]: https://github.com/stac-extensions/xarray-assets
[gh-30]: https://github.com/microsoft/planetary-computer-sdk-for-python/pull/30
[xarray-assets]: https://github.com/stac-extensions/xarray-assets
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Python library for interacting with the Microsoft Planetary Computer.

For general questions or discussions about the Planetary Computer, use the [microsoft/PlanetaryComputer](http://github.com/microsoft/PlanetaryComputer) repository.

## Installation

```python
Expand Down
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.2"
__version__ = "0.4.3"
"""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.2
version = 0.4.3
license_file = LICENSE
author = microsoft
author_email = planetarycomputer@microsoft.com
Expand Down

0 comments on commit e5acec3

Please sign in to comment.