Skip to content

Commit 62ba40c

Browse files
Release/v4.0.1 (#789)
* update changelog * Bump version: 4.0.0 → 4.0.1
1 parent e7882a0 commit 62ba40c

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [4.0.1] - 2025-01-23
6+
57
### Changed
68

79
- sort conformance classes
@@ -536,7 +538,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
536538

537539
* First PyPi release!
538540

539-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/4.0.0..main>
541+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/4.0.1..main>
542+
[4.0.1]: <https://github.com/stac-utils/stac-fastapi/compare/4.0.0..4.0.1>
540543
[4.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.5..4.0.0>
541544
[3.0.5]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.4..3.0.5>
542545
[3.0.4]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.3..3.0.4>

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
2424
quote-style = "double"
2525

2626
[tool.bumpversion]
27-
current_version = "4.0.0"
27+
current_version = "4.0.1"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "4.0.0"
3+
__version__ = "4.0.1"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "4.0.0"
3+
__version__ = "4.0.1"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "4.0.0"
3+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)