Skip to content

Commit 72ec630

Browse files
Release/v3.0.3 (#758)
* update changelog * Bump version: 3.0.2 → 3.0.3 * Update CHANGES.md
1 parent ccbf496 commit 72ec630

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

Diff for: CHANGES.md

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

33
## [Unreleased]
44

5+
## [3.0.3] - 2024-10-09
6+
57
### Removed
68

79
* Removed `cql2-text` in supported `filter-lang` for `FilterExtensionPostRequest` model (as per specification)
@@ -488,7 +490,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
488490

489491
* First PyPi release!
490492

491-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.2..main>
493+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.3..main>
494+
[3.0.3]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.2..3.0.3>
492495
[3.0.2]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.1..3.0.2>
493496
[3.0.1]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0..3.0.1>
494497
[3.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5.post1..3.0.0>

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.0.3

Diff for: 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 = "3.0.2"
27+
current_version = "3.0.3"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.

Diff for: stac_fastapi/api/stac_fastapi/api/version.py

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

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

3-
__version__ = "3.0.2"
3+
__version__ = "3.0.3"

Diff for: stac_fastapi/types/stac_fastapi/types/version.py

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

3-
__version__ = "3.0.2"
3+
__version__ = "3.0.3"

0 commit comments

Comments
 (0)