From 2253b96140f4d83fd0084a813ffaccbd04d8323f Mon Sep 17 00:00:00 2001 From: Sarah Zwiep <57023024+szwiep@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:02:13 -0700 Subject: [PATCH] REL: Version 1.0.1 release (#160) * Update CHANGELOG * Bump minor version --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c563563..65ae749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - N/A +## [1.0.1] - 2024-08-29 + +### Added + +- New examples TIFs for "basic workflow" notebook (#159) + +### Changed + +- Update Installation documentation (#159) +- Update Overview documentation (#159) +- Update notebooks (#159) + +### Removed + +- Delete old example TIFs for "basic workflow" notebook (#159) + +### Fixed + +- Fix typo in REAME "Quick Start" section (#159) ## [1.0.0] - 2024-08-29 diff --git a/pyproject.toml b/pyproject.toml index d96cd40..33afd65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python" ] -version = "1.0" +version = "1.0.1" dependencies = [ "geopandas >= 0.13.2", "rioxarray >= 0.14.1",