Skip to content

Commit 47704ad

Browse files
authored
v2.5.5.post1 (#676)
* 2.5.5.post1 * fix version link
1 parent 3e5fc1c commit 47704ad

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
### Fixed
88

9-
* Fix `service-doc` and `service-desc` url in landing page when using router prefix for `AsyncBaseCoreClient`
9+
* 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))
1010

1111
## [2.5.5] - 2024-04-24
1212

1313
### Fixed
1414

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

1717
## [2.5.4] - 2024-04-24
1818

@@ -346,7 +346,8 @@
346346

347347
* First PyPi release!
348348

349-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5..main>
349+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5.post1..main>
350+
[2.5.5.post1]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5..2.5.5.post1>
350351
[2.5.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.4..2.5.5>
351352
[2.5.4]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.3..2.5.4>
352353
[2.5.3]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.2..2.5.3>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.5
1+
2.5.5.post1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.5.5"
2+
__version__ = "2.5.5.post1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.5.5"
2+
__version__ = "2.5.5.post1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.5.5"
2+
__version__ = "2.5.5.post1"

0 commit comments

Comments
 (0)