Skip to content

Commit f0b73e8

Browse files
committed
release: v0.4.6
1 parent 78a611a commit f0b73e8

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.6] - 2023-04-10
11+
1012
### Added
1113

1214
- `enclose_poles` to the antimeridian module ([#416](https://github.com/stac-utils/stactools/pull/416))
@@ -354,7 +356,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
354356
- `stac.cli.command.layout` for modifying the layout of STACs
355357
- `stac.browse` for launching a local instance of stac-browser using docker.
356358

357-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.5..main>
359+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.6..main>
360+
[0.4.6]: <https://github.com/stac-utils/stactools/compare/v0.4.5..v0.4.6>
358361
[0.4.5]: <https://github.com/stac-utils/stactools/compare/v0.4.4..v0.4.5>
359362
[0.4.4]: <https://github.com/stac-utils/stactools/compare/v0.4.3..v0.4.4>
360363
[0.4.3]: <https://github.com/stac-utils/stactools/compare/v0.4.2..v0.4.3>

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.5"
27+
__version__ = "0.4.6"

0 commit comments

Comments
 (0)