Skip to content

Commit f311f45

Browse files
committed
Bump version: 6.1.4 → 6.1.5
1 parent 6a34f5d commit f311f45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.4
1+
6.1.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ignore = [
144144
]
145145

146146
[tool.bumpversion]
147-
current_version = "6.1.4"
147+
current_version = "6.1.5"
148148
parse = """(?x)
149149
(?P<major>\\d+)\\.
150150
(?P<minor>\\d+)\\.

stac_fastapi/pgstac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""library version."""
22

3-
__version__ = "6.1.4"
3+
__version__ = "6.1.5"

0 commit comments

Comments
 (0)