Skip to content

Commit e376e30

Browse files
Release/v3.0.0b3 (#740)
* update changelog * Bump version: 3.0.0b2 → 3.0.0b3
1 parent 4adcf0e commit e376e30

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [Unreleased] - TBD
3+
## [Unreleased]
4+
5+
## [3.0.0b3] - 2024-07-25
46

57
### Changed
68

@@ -448,7 +450,8 @@
448450

449451
* First PyPi release!
450452

451-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0b2..main>
453+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0b3..main>
454+
[3.0.0b3]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0b2..3.0.0b3>
452455
[3.0.0b2]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0b1..3.0.0b2>
453456
[3.0.0b1]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a4..3.0.0b1>
454457
[3.0.0a4]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a3..3.0.0a4>

VERSION

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

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

0 commit comments

Comments
 (0)