From 3c058c58632a7ed1ef61ffdcda7904b51cdccde2 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerman Date: Mon, 22 Nov 2021 21:55:58 -0600 Subject: [PATCH] Set version to 2.0.2 --- CHANGELOG.txt | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",