Skip to content

Commit

Permalink
0.2.2 release prep (#23)
Browse files Browse the repository at this point in the history
* Remove deprecated bump2version

* Add yang to authors in pyproject file

* Bump version and update changelog

* Update CITATION.cff release date
  • Loading branch information
BSchilperoort authored Nov 24, 2023
1 parent 6492d43 commit c7009b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

## v0.2.2 (20203-11-24)

Added:
- CITATION.cff file for Zenodo integration.

## v0.2.1 (2023-09-05)

Fixed:
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ keywords:
- regridding
- conservative regridding
license: Apache-2.0
version: 0.2.1
date-released: '2023-10-05'
version: 0.2.2
date-released: '2023-11-24'
abstract: >
xarray-regrid can regrid (geospatial) data to a new
coordinate system.
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.10"
license = "Apache-2.0"
keywords = []
authors = [
{ name = "Bart Schilperoort", email = "b.schilperoort@esciencecenter.nl" },
{ name = "Bart Schilperoort, Yang Liu", email = "b.schilperoort@esciencecenter.nl" },
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -44,7 +44,6 @@ benchmarking = [
"matplotlib",
]
dev = [
"bump2version",
"hatch",
"ruff",
"black[jupyter]",
Expand Down
2 changes: 1 addition & 1 deletion src/xarray_regrid/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit c7009b3

Please sign in to comment.