Skip to content

Commit 4a5d72f

Browse files
authored
release: v2.4.5 (#557)
1 parent d8e3eda commit 4a5d72f

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

CHANGES.md

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

33
## [Unreleased]
44

5+
## [2.4.5] - 2023-04-04
6+
57
### Changed
68

79
* Default branch to **main** ([#544](https://github.com/stac-utils/stac-fastapi/pull/544))
@@ -249,7 +251,8 @@
249251

250252
* First PyPi release!
251253

252-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.4..main>
254+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.5..main>
255+
[2.4.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.4..2.4.5>
253256
[2.4.4]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.3..2.4.4>
254257
[2.4.3]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.2..2.4.3>
255258
[2.4.2]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.1..2.4.2>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.4
1+
2.4.5
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.4"
2+
__version__ = "2.4.5"
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.4"
2+
__version__ = "2.4.5"
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.4"
2+
__version__ = "2.4.5"
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.4"
2+
__version__ = "2.4.5"
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.4"
2+
__version__ = "2.4.5"

0 commit comments

Comments
 (0)