Skip to content

Commit

Permalink
Update to version 2.3.0 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology authored Jan 18, 2022
1 parent 44f03c5 commit 5dc8e0e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

### Added

### Changed

### Removed

### Fixed


## [2.3.0]

### Added

* Add link with rel-type of 'service-doc', pointing to HTML API documentation ([#298](https://github.com/stac-utils/stac-fastapi/pull/298))

### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
2.3.0
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.2.0"
__version__ = "2.3.0"
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.2.0"
__version__ = "2.3.0"
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.2.0"
__version__ = "2.3.0"
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.2.0"
__version__ = "2.3.0"
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.2.0"
__version__ = "2.3.0"

0 comments on commit 5dc8e0e

Please sign in to comment.