Skip to content

Commit f289d26

Browse files
committed
release: v0.4.4
1 parent 7416fe6 commit f289d26

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.4]
11+
1012
### Added
1113

1214
- `stactools.core.utils.round` for rounding Item geometry and Item and Collection bboxes to a specified precision ([#384](https://github.com/stac-utils/stactools/pull/384))
@@ -327,7 +329,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
327329
- `stac.cli.command.layout` for modfiygin the layout of STACs
328330
- `stac.browse` for launching a local instance of stac-browser using docker.
329331

330-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.3..main>
332+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.4..main>
333+
[0.4.4]: <https://github.com/stac-utils/stactools/compare/v0.4.3..v0.4.4>
331334
[0.4.3]: <https://github.com/stac-utils/stactools/compare/v0.4.2..v0.4.3>
332335
[0.4.2]: <https://github.com/stac-utils/stactools/compare/v0.4.1..v0.4.2>
333336
[0.4.1]: <https://github.com/stac-utils/stactools/compare/v0.4.0..v0.4.1>

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.3"
27+
__version__ = "0.4.4"

0 commit comments

Comments
 (0)