Skip to content

Commit cbf467d

Browse files
committed
pages fix
1 parent fe83534 commit cbf467d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
279279
- Validation from stac-validator 2.3.0
280280
- Links and assets validation checks
281281

282-
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.10.0...main
282+
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.10.1...main
283+
[v1.10.1]: https://github.com/stac-utils/stac-check/compare/v1.10.0...v1.10.1
283284
[v1.10.0]: https://github.com/stac-utils/stac-check/compare/v1.9.1...v1.10.0
284285
[v1.9.1]: https://github.com/stac-utils/stac-check/compare/v1.9.0...v1.9.1
285286
[v1.9.0]: https://github.com/stac-utils/stac-check/compare/v1.8.0...v1.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
__version__ = "1.10.0"
6+
__version__ = "1.10.1"
77

88
with open("README.md", "r") as fh:
99
long_description = fh.read()

stac_check/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def main(
111111
headers=dict(header),
112112
pydantic=pydantic,
113113
verbose=verbose,
114-
pages=pages,
115114
)
116115
intro_message(linter)
117116
# If recursive validation is enabled, use recursive_message

0 commit comments

Comments
 (0)