Skip to content

Commit

Permalink
Merge pull request #532 from duckontheweb/release/v1.0.0-rc.3
Browse files Browse the repository at this point in the history
Release v1.0.0-rc.3
  • Loading branch information
Jon Duckworth authored Jul 8, 2021
2 parents aa76c8d + 9ac2da6 commit f2afd5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Added

### Removed

### Changed

### Deprecated

## [v1.0.0-rc.3]

### Added

- (Experimental) support for Python 3.10 ([#473](https://github.com/stac-utils/pystac/pull/473))
- `LabelTask` enum in `pystac.extensions.label` with recommended values for
`"label:tasks"` field ([#484](https://github.com/stac-utils/pystac/pull/484))
Expand Down Expand Up @@ -41,8 +51,6 @@
been removed in this release. ([#490](https://github.com/stac-utils/pystac/pull/490))
- Support for Python 3.6 ([#500](https://github.com/stac-utils/pystac/pull/500))

### Deprecated

## [v1.0.0-rc.2]

### Added
Expand Down Expand Up @@ -428,7 +436,8 @@ use `Band.create`

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..main>
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..main>
[v1.0.0-rc.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3>
[v1.0.0-rc.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..v1.0.0-rc.2>
[v1.0.0-rc.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..v1.0.0-rc.1>
[v1.0.0-beta.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3>
Expand Down
2 changes: 1 addition & 1 deletion pystac/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from typing import Optional

__version__ = "1.0.0-rc.2"
__version__ = "1.0.0-rc.3"
"""Library version"""


Expand Down

0 comments on commit f2afd5a

Please sign in to comment.