Skip to content

Commit f2afd5a

Browse files
author
Jon Duckworth
authored
Merge pull request #532 from duckontheweb/release/v1.0.0-rc.3
Release v1.0.0-rc.3
2 parents aa76c8d + 9ac2da6 commit f2afd5a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Added
66

7+
### Removed
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
## [v1.0.0-rc.3]
14+
15+
### Added
16+
717
- (Experimental) support for Python 3.10 ([#473](https://github.com/stac-utils/pystac/pull/473))
818
- `LabelTask` enum in `pystac.extensions.label` with recommended values for
919
`"label:tasks"` field ([#484](https://github.com/stac-utils/pystac/pull/484))
@@ -41,8 +51,6 @@
4151
been removed in this release. ([#490](https://github.com/stac-utils/pystac/pull/490))
4252
- Support for Python 3.6 ([#500](https://github.com/stac-utils/pystac/pull/500))
4353

44-
### Deprecated
45-
4654
## [v1.0.0-rc.2]
4755

4856
### Added
@@ -428,7 +436,8 @@ use `Band.create`
428436

429437
Initial release.
430438

431-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..main>
439+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..main>
440+
[v1.0.0-rc.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3>
432441
[v1.0.0-rc.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..v1.0.0-rc.2>
433442
[v1.0.0-rc.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..v1.0.0-rc.1>
434443
[v1.0.0-beta.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from typing import Optional
33

4-
__version__ = "1.0.0-rc.2"
4+
__version__ = "1.0.0-rc.3"
55
"""Library version"""
66

77

0 commit comments

Comments
 (0)