Skip to content

Commit 8efe00a

Browse files
authored
Changes to support 1.5.0 release (#849)
1 parent 26305d5 commit 8efe00a

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+
### Fixed
12+
13+
## [v1.5.0]
14+
15+
### Added
16+
717
- Enum MediaType entry for PDF documents ([#758](https://github.com/stac-utils/pystac/pull/758))
818
- Enum MediaType entry for HTML documents ([#816](https://github.com/stac-utils/pystac/pull/816))
919
- Updated Link to obtain stac_io from owner root ([#762](https://github.com/stac-utils/pystac/pull/762))
@@ -13,8 +23,6 @@
1323
- Rich HTML representations for Jupyter Notebook display ([#743](https://github.com/stac-utils/pystac/pull/743))
1424
- Add `assets` argument to `Item` and `Collection` init methods to allow adding Assets during object initialization ([#834](https://github.com/stac-utils/pystac/pull/834))
1525

16-
### Removed
17-
1826
### Changed
1927

2028
- Updated Raster Extension from v1.0.0 to v1.1.0 ([#809](https://github.com/stac-utils/pystac/pull/809))
@@ -594,7 +602,8 @@ use `Band.create`
594602

595603
Initial release.
596604

597-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.4.0..main>
605+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.5.0..main>
606+
[v1.5.0]: <https://github.com/stac-utils/pystac/compare/v1.4.0..v1.5.0>
598607
[v1.4.0]: <https://github.com/stac-utils/pystac/compare/v1.3.0..v1.4.0>
599608
[v1.3.0]: <https://github.com/stac-utils/pystac/compare/v1.2.0..v1.3.0>
600609
[v1.2.0]: <https://github.com/stac-utils/pystac/compare/v1.1.0..v1.2.0>

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

77

0 commit comments

Comments
 (0)