Skip to content

Commit

Permalink
REL: Version 1.0.1 release (#160)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Bump minor version
  • Loading branch information
szwiep authored Oct 1, 2024
1 parent 65d50ef commit 2253b96
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2253b96

Please sign in to comment.