Skip to content

Commit c7009b3

Browse files
0.2.2 release prep (#23)
* Remove deprecated bump2version * Add yang to authors in pyproject file * Bump version and update changelog * Update CITATION.cff release date
1 parent 6492d43 commit c7009b3

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
66

77
## Unreleased
88

9+
## v0.2.2 (20203-11-24)
10+
11+
Added:
12+
- CITATION.cff file for Zenodo integration.
13+
914
## v0.2.1 (2023-09-05)
1015

1116
Fixed:

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ keywords:
2121
- regridding
2222
- conservative regridding
2323
license: Apache-2.0
24-
version: 0.2.1
25-
date-released: '2023-10-05'
24+
version: 0.2.2
25+
date-released: '2023-11-24'
2626
abstract: >
2727
xarray-regrid can regrid (geospatial) data to a new
2828
coordinate system.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = []
1313
authors = [
14-
{ name = "Bart Schilperoort", email = "[email protected]" },
14+
{ name = "Bart Schilperoort, Yang Liu", email = "[email protected]" },
1515
]
1616
classifiers = [
1717
"Development Status :: 4 - Beta",
@@ -44,7 +44,6 @@ benchmarking = [
4444
"matplotlib",
4545
]
4646
dev = [
47-
"bump2version",
4847
"hatch",
4948
"ruff",
5049
"black[jupyter]",

src/xarray_regrid/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)