Skip to content

Commit 1916d44

Browse files
Release/v3.0.0a4 (#723)
* update changelog * Bump version: 3.0.0a3 → 3.0.0a4 --------- Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
1 parent 6309713 commit 1916d44

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased] - TBD
44

5+
## [3.0.0a4] - 2024-06-27
6+
57
### Fixed
68

79
* Updated default filter language in filter extension's POST search request model to match the extension's documentation [#711](https://github.com/stac-utils/stac-fastapi/issues/711)
@@ -407,7 +409,8 @@
407409

408410
* First PyPi release!
409411

410-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a3..main>
412+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a4..main>
413+
[3.0.0a4]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a3..3.0.0a4>
411414
[3.0.0a3]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a2..3.0.0a3>
412415
[3.0.0a2]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a1..3.0.0a2>
413416
[3.0.0a1]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a0..3.0.0a1>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0a3
1+
3.0.0a4

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "3.0.0a3"
27+
current_version = "3.0.0a4"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a3"
2+
__version__ = "3.0.0a4"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a3"
2+
__version__ = "3.0.0a4"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a3"
2+
__version__ = "3.0.0a4"

0 commit comments

Comments
 (0)