File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is (loosely) based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ Unreleased]
7
+ ## Unreleased
8
+
9
+ ## [ v1.3.1] - 2022-10-05
10
+ ## Changed
11
+ - Changed pin on stac-validator to >=3.1.0 from ==3.2.0
8
12
9
13
## [ v1.3.0] - 2022-09-20
10
14
### Added
@@ -83,6 +87,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
83
87
- Links and assets validation checks
84
88
85
89
[ Unreleased] : https://github.com/stac-utils/stac-check/compare/v1.3.0...main
90
+ [ v1.3.1] : https://github.com/stac-utils/stac-check/compare/v1.3.0...v1.3.1
86
91
[ v1.3.0] : https://github.com/stac-utils/stac-check/compare/v1.2.0...v1.3.0
87
92
[ v1.2.0] : https://github.com/stac-utils/stac-check/compare/v1.1.2...v1.2.0
88
93
[ v1.1.2] : https://github.com/stac-utils/stac-check/compare/v1.0.1...v1.1.2
Original file line number Diff line number Diff line change 2
2
"""
3
3
from setuptools import setup , find_packages
4
4
5
- __version__ = "1.3.0 "
5
+ __version__ = "1.3.1 "
6
6
7
7
with open ("README.md" , "r" ) as fh :
8
8
long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments