Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
recursive-include src/planet_auth/oidc/resources *
include src/planet_auth/py.typed
include src/planet_auth_config_injection/py.typed
include src/planet_auth_utils/py.typed
prune **/__pycache__
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.1.1 - 2025-08-11
- Add py.typed to all top level packages

## 2.1.0 - 2025-07-09
- Initial public release targeting integration with the
[Planet Client for Python](https://github.com/planetlabs/planet-client-python).
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def mkdocs_build(session):
def mkdocs_checklinks(session):
"""Check links in the documentation"""
session.install("-e", ".[docs]")
session.run("mkdocs-linkcheck", "-v", "-r", "docs")
session.run("mkdocs-linkcheck", "-v", "-r", "--sync", "docs")


@nox.session(python=_DEFAULT_PYTHON)
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1