File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44from setuptools import find_packages , setup
55
6- __version__ = "1.10.0 "
6+ __version__ = "1.10.1 "
77
88with open ("README.md" , "r" ) as fh :
99 long_description = fh .read ()
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments