Skip to content

Commit 51a756d

Browse files
authored
v3.0.0a3 (#707)
1 parent d8528ae commit 51a756d

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.0a3] - 2024-06-13
6+
57
### Added
68

79
* Add base support for the Aggregation extension [#684](https://github.com/stac-utils/stac-fastapi/pull/684)
@@ -396,7 +398,8 @@
396398

397399
* First PyPi release!
398400

399-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a2..main>
401+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a3..main>
402+
[3.0.0a3]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a2..3.0.0a3>
400403
[3.0.0a2]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a1..3.0.0a2>
401404
[3.0.0a1]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a0..3.0.0a1>
402405
[3.0.0a0]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5.post1..3.0.0a0>

VERSION

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

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.0a2"
27+
current_version = "3.0.0a3"
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.0a2"
2+
__version__ = "3.0.0a3"
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.0a2"
2+
__version__ = "3.0.0a3"
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.0a2"
2+
__version__ = "3.0.0a3"

0 commit comments

Comments
 (0)