Skip to content

Commit a3a8c39

Browse files
authoredOct 6, 2022
Merge pull request #90 from stac-utils/1.3.1_release
v1.3.1 release
2 parents d5d0232 + 0bc1606 commit a3a8c39

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

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
812

913
## [v1.3.0] - 2022-09-20
1014
### Added
@@ -83,6 +87,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
8387
- Links and assets validation checks
8488

8589
[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
8691
[v1.3.0]: https://github.com/stac-utils/stac-check/compare/v1.2.0...v1.3.0
8792
[v1.2.0]: https://github.com/stac-utils/stac-check/compare/v1.1.2...v1.2.0
8893
[v1.1.2]: https://github.com/stac-utils/stac-check/compare/v1.0.1...v1.1.2

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
from setuptools import setup, find_packages
44

5-
__version__ = "1.3.0"
5+
__version__ = "1.3.1"
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.