Skip to content

Commit b283955

Browse files
author
Jon Duckworth
authored
Changes for v1.3.0 release (#720)
1 parent 0a00646 commit b283955

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

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

55
### Added
66

7+
### Removed
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
### Deprecated
14+
15+
## [v1.3.0]
16+
17+
### Added
18+
719
- Type annotations for instance attributes on all classes ([#705](https://github.com/stac-utils/pystac/pull/705))
820
- `extensions.datacube.Variable.to_dict` method ([#699](https://github.com/stac-utils/pystac/pull/699)])
921
- Clarification of possible errors when using `.ext` to extend an object ([#701](https://github.com/stac-utils/pystac/pull/701))
@@ -28,8 +40,6 @@
2840
- Paths to sub-catalog files when using `Catalog.save` ([#714](https://github.com/stac-utils/pystac/pull/714))
2941
- Link to PySTAC Introduction tutorial in tutorials index page ([#719](https://github.com/stac-utils/pystac/pull/719))
3042

31-
### Deprecated
32-
3343
## [v1.2.0]
3444

3545
### Added
@@ -543,7 +553,8 @@ use `Band.create`
543553

544554
Initial release.
545555

546-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.2.0..main>
556+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.3.0..main>
557+
[v1.3.0]: <https://github.com/stac-utils/pystac/compare/v1.2.0..v1.3.0>
547558
[v1.2.0]: <https://github.com/stac-utils/pystac/compare/v1.1.0..v1.2.0>
548559
[v1.1.0]: <https://github.com/stac-utils/pystac/compare/v1.0.1..v1.1.0>
549560
[v1.0.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0..v1.0.1>

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.2.0"
4+
__version__ = "1.3.0"
55
"""Library version"""
66

77

0 commit comments

Comments
 (0)