Skip to content

Commit 215b9f7

Browse files
Merge pull request #39 from developmentseed/release/v0.4.0
Release/v0.4.0
2 parents 6c55a6d + ec79443 commit 215b9f7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.4.0] - 2025-11-06
6+
57
* switch to `uv` for development
68
* switch to `hatch` for python package build-system
79
* remove `titiler` metapackage **breaking change**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ namespace_packages = true
118118
explicit_package_bases = true
119119

120120
[tool.bumpversion]
121-
current_version = "0.3.3"
121+
current_version = "0.4.0"
122122
search = "{current_version}"
123123
replace = "{new_version}"
124124
regex = false

titiler/stacapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""titiler.stacapi"""
22

3-
__version__ = "0.3.3"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)