File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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 ) )
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
429437Initial 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 >
Original file line number Diff line number Diff line change 11import os
22from typing import Optional
33
4- __version__ = "1.0.0-rc.2 "
4+ __version__ = "1.0.0-rc.3 "
55"""Library version"""
66
77
You can’t perform that action at this time.
0 commit comments