Skip to content

Commit

Permalink
Merge pull request #6 from Healy-Hyperspatial/v3.0.0
Browse files Browse the repository at this point in the history
Update for v3.0.0
  • Loading branch information
jonhealy1 authored Mar 10, 2024
2 parents 0da009e + 0d4fc4f commit a37f1f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed


## [v2.0.0]
## [v3.0.0]

### Added

Expand All @@ -24,5 +24,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed


[Unreleased]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.0.0...main>
[v2.0.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.0.0>
[Unreleased]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/tree/v3.0.0...main>
[v3.0.0]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/tree/v3.0.0>
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Mongo backend for the stac-fastapi project built on top of the [sfeos](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch) core api library.

- Note: This is presently in development and, for now, is a proof of concept project showing that other databases can be plugged into the [sfeos](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch) core api library, besides for elasticsearch and opensearch.


To install from PyPI:
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/mongo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
],
url="https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch",
url="https://github.com/Healy-Hyperspatial/stac-fastapi-mongo",
license="MIT",
packages=find_namespace_packages(),
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/mongo/stac_fastapi/mongo/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.0.0"
__version__ = "3.0.0"

0 comments on commit a37f1f5

Please sign in to comment.