Skip to content

Commit fc41f8f

Browse files
Bump version: 3.0.0a1 → 3.0.0a2 (#702)
* Bump version: 3.0.0a1 → 3.0.0a2 * update changelog
1 parent a8eec23 commit fc41f8f

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@
385385

386386
* First PyPi release!
387387

388-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a1..main>
388+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a2..main>
389+
[3.0.0a2]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a1..3.0.0a2>
389390
[3.0.0a1]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a0..3.0.0a1>
390391
[3.0.0a0]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5.post1..3.0.0a0>
391392
[2.5.5.post1]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5..2.5.5.post1>

VERSION

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

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

0 commit comments

Comments
 (0)