diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4ad39a8..6b9cd6d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,9 @@ Unreleased ------------------ -- Allow for non-ellipsis open temporal windows (#103, @moradology) +2.0.2 (2021-11-22) +------------------ +- Allow for non-ellipsis open temporal windows (#103, @moradology) - Add the canonical and service-doc relation types (#104, @moradology) 2.0.1 (2021-07-08) diff --git a/setup.py b/setup.py index 58dd037..36277b2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ description="Pydantic data models for the STAC spec", long_description=desc, long_description_content_type="text/markdown", - version="2.0.1", + version="2.0.2", python_requires=">=3.7", classifiers=[ "Intended Audience :: Developers",