Skip to content

Commit 91e92fc

Browse files
committed
release: v2.4.6
1 parent feffe2b commit 91e92fc

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [2.4.6] - 2023-05-09
6+
7+
### Changed
8+
9+
* Backends are now hosted in their own repositories ([https://github.com/stac-utils/stac-fastapi/pull/555]):
10+
* [stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac)
11+
* [stac-fastapi-sqlalchemy](https://github.com/stac-utils/stac-fastapi-sqlalchemy)
12+
513
## [2.4.5] - 2023-04-04
614

715
### Changed
@@ -257,7 +265,8 @@
257265

258266
* First PyPi release!
259267

260-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.5..main>
268+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.6..main>
269+
[2.4.6]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.5..2.4.6>
261270
[2.4.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.4..2.4.5>
262271
[2.4.4]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.3..2.4.4>
263272
[2.4.3]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.2..2.4.3>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.5
1+
2.4.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.4.5"
2+
__version__ = "2.4.6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.4.5"
2+
__version__ = "2.4.6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.4.5"
2+
__version__ = "2.4.6"

0 commit comments

Comments
 (0)