File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
66
77## Unreleased
88
9+ ## [ v1.11.1] - 2025-07-29
10+
911### Updated
1012
1113- Updated stac-validator dependency to v3.10.1 ([ #140 ] ( https://github.com/stac-utils/stac-check/pull/140 ) )
@@ -303,7 +305,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
303305- Validation from stac-validator 2.3.0
304306- Links and assets validation checks
305307
306- [ Unreleased ] : https://github.com/stac-utils/stac-check/compare/v1.11.0...main
308+ [ Unreleased ] : https://github.com/stac-utils/stac-check/compare/v1.11.1...main
309+ [ v1.11.1 ] : https://github.com/stac-utils/stac-check/compare/v1.11.0...v1.11.1
307310[ v1.11.0 ] : https://github.com/stac-utils/stac-check/compare/v1.10.1...v1.11.0
308311[ v1.10.1 ] : https://github.com/stac-utils/stac-check/compare/v1.10.0...v1.10.1
309312[ v1.10.0 ] : https://github.com/stac-utils/stac-check/compare/v1.9.1...v1.10.0
Original file line number Diff line number Diff line change 1313project = "stac-check"
1414copyright = "2025, Jonathan Healy"
1515author = "Jonathan Healy"
16- release = "1.11.0 "
16+ release = "1.11.1 "
1717
1818# -- General configuration ---------------------------------------------------
1919# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- __version__ = "1.11.0 "
5+ __version__ = "1.11.1 "
66
77with open ("README.md" , "r" ) as fh :
88 long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments