Skip to content

Commit 2b131f6

Browse files
committed
release: v0.4.7
1 parent 5aee3df commit 2b131f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.7] - 2023-05-08
11+
1012
### Changed
1113

1214
- Transformation failures in `reproject_geom` now throw an error ([#420](https://github.com/stac-utils/stactools/pull/420))
@@ -360,7 +362,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
360362
- `stac.cli.command.layout` for modifying the layout of STACs
361363
- `stac.browse` for launching a local instance of stac-browser using docker.
362364

363-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.6..main>
365+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.7..main>
366+
[0.4.7]: <https://github.com/stac-utils/stactools/compare/v0.4.6..v0.4.7>
364367
[0.4.6]: <https://github.com/stac-utils/stactools/compare/v0.4.5..v0.4.6>
365368
[0.4.5]: <https://github.com/stac-utils/stactools/compare/v0.4.4..v0.4.5>
366369
[0.4.4]: <https://github.com/stac-utils/stactools/compare/v0.4.3..v0.4.4>

src/stactools/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"move_all_assets",
2525
"use_fsspec",
2626
]
27-
__version__ = "0.4.6"
27+
__version__ = "0.4.7"

0 commit comments

Comments
 (0)