Skip to content

Commit

Permalink
update versions, prep changelog (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatial-jeff authored Aug 5, 2022
1 parent 9f236be commit 5e1ea82
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

### Removed

### Fixed

## [2.4.1]

### Added

### Changed

### Removed

### Fixed
* `ciso8601` fails to build in some environments, instead use `pyiso8601` to parse datetimes.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.4.1
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.0"
__version__ = "2.4.1"
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.0"
__version__ = "2.4.1"
2 changes: 1 addition & 1 deletion stac_fastapi/pgstac/stac_fastapi/pgstac/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.4.0"
__version__ = "2.4.1"
2 changes: 1 addition & 1 deletion stac_fastapi/sqlalchemy/stac_fastapi/sqlalchemy/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.4.0"
__version__ = "2.4.1"
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.0"
__version__ = "2.4.1"

0 comments on commit 5e1ea82

Please sign in to comment.