Skip to content

Commit

Permalink
Merge pull request #90 from stac-utils/1.3.1_release
Browse files Browse the repository at this point in the history
v1.3.1 release
  • Loading branch information
jonhealy1 authored Oct 6, 2022
2 parents d5d0232 + 0bc1606 commit a3a8c39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]
## Unreleased

## [v1.3.1] - 2022-10-05
## Changed
- Changed pin on stac-validator to >=3.1.0 from ==3.2.0

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

[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.3.0...main
[v1.3.1]: https://github.com/stac-utils/stac-check/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/stac-utils/stac-check/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/stac-utils/stac-check/compare/v1.1.2...v1.2.0
[v1.1.2]: https://github.com/stac-utils/stac-check/compare/v1.0.1...v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
from setuptools import setup, find_packages

__version__ = "1.3.0"
__version__ = "1.3.1"

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

0 comments on commit a3a8c39

Please sign in to comment.