Skip to content

Commit

Permalink
release: v2.4.6 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored May 10, 2023
1 parent feffe2b commit f1f234b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [2.4.6] - 2023-05-09

### Changed

* Backends are now hosted in their own repositories ([https://github.com/stac-utils/stac-fastapi/pull/555]):
* [stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac)
* [stac-fastapi-sqlalchemy](https://github.com/stac-utils/stac-fastapi-sqlalchemy)

## [2.4.5] - 2023-04-04

### Changed
Expand Down Expand Up @@ -257,7 +265,8 @@

* First PyPi release!

[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.5..main>
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.6..main>
[2.4.6]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.5..2.4.6>
[2.4.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.4..2.4.5>
[2.4.4]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.3..2.4.4>
[2.4.3]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.2..2.4.3>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.5
2.4.6
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.4.5"
__version__ = "2.4.6"
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.4.5"
__version__ = "2.4.6"
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.4.5"
__version__ = "2.4.6"

0 comments on commit f1f234b

Please sign in to comment.