File tree Expand file tree Collapse file tree
extensions/stac_fastapi/extensions
pgstac/stac_fastapi/pgstac
sqlalchemy/stac_fastapi/sqlalchemy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## UNRELEASED
22
3+ ## 2.0.0 (2021-07)
4+
5+ * Refactor stac-fastapi into submodules (https://github.com/stac-utils/stac-fastapi/pull/106 )
6+ * Add pgstac backend (https://github.com/stac-utils/stac-fastapi/pull/126 )
37* Upgrade to stac-pydantic 2.0.0 and stac-spec 1.0.0 (https://github.com/stac-utils/stac-fastapi/pull/181 )
48
59## 1.1.0 (2021-01-28)
Original file line number Diff line number Diff line change 88
99# Import shared variables
1010SUBPACKAGE_DIRS=(
11- " stac_fastapi_types "
12- " stac_fastapi_extensions "
13- " stac_fastapi_api "
14- " stac_fastapi_postgres "
15- " stac_fastapi_server "
11+ " stac_fastapi/types "
12+ " stac_fastapi/extensions "
13+ " stac_fastapi/api "
14+ " stac_fastapi/sqlalchemy "
15+ " stac_fastapi/pgstac "
1616)
1717
1818function usage() {
@@ -69,8 +69,4 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
6969 popd
7070
7171 done
72-
73- rm -rf dist
74- python setup.py sdist bdist_wheel
75- twine upload ${TEST_PYPI} dist/*
7672fi
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "1.1 .0"
2+ __version__ = "2.0 .0"
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "1.1 .0"
2+ __version__ = "2.0 .0"
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "0.1 .0"
2+ __version__ = "2.0 .0"
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "1.1 .0"
2+ __version__ = "2.0 .0"
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "1.1 .0"
2+ __version__ = "2.0 .0"
You can’t perform that action at this time.
0 commit comments