Skip to content

Commit

Permalink
v2.5.5.post1 (#676)
Browse files Browse the repository at this point in the history
* 2.5.5.post1

* fix version link
  • Loading branch information
jonhealy1 authored Apr 25, 2024
1 parent 3e5fc1c commit 47704ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

### Fixed

* Fix `service-doc` and `service-desc` url in landing page when using router prefix for `AsyncBaseCoreClient`
* Fix `service-doc` and `service-desc` url in landing page when using router prefix for `AsyncBaseCoreClient`. ([#675](https://github.com/stac-utils/stac-fastapi/pull/675))

## [2.5.5] - 2024-04-24

### Fixed

* Fix `service-doc` and `service-desc` url in landing page when using router prefix
* Fix `service-doc` and `service-desc` url in landing page when using router prefix. ([#673](https://github.com/stac-utils/stac-fastapi/pull/673))

## [2.5.4] - 2024-04-24

Expand Down Expand Up @@ -346,7 +346,8 @@

* First PyPi release!

[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5..main>
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5.post1..main>
[2.5.5.post1]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5..2.5.5.post1>
[2.5.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.4..2.5.5>
[2.5.4]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.3..2.5.4>
[2.5.3]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.2..2.5.3>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.5
2.5.5.post1
2 changes: 1 addition & 1 deletion stac_fastapi/api/stac_fastapi/api/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library version."""
__version__ = "2.5.5"
__version__ = "2.5.5.post1"
2 changes: 1 addition & 1 deletion stac_fastapi/extensions/stac_fastapi/extensions/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library version."""
__version__ = "2.5.5"
__version__ = "2.5.5.post1"
2 changes: 1 addition & 1 deletion stac_fastapi/types/stac_fastapi/types/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library version."""
__version__ = "2.5.5"
__version__ = "2.5.5.post1"

0 comments on commit 47704ad

Please sign in to comment.