Skip to content

Commit 8a885c1

Browse files
max-sixtypre-commit-ci[bot]dcherian
authored
Add release notes for v0.21.0 (#6203)
* Add release notes for v0.21.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update doc/whats-new.rst Co-authored-by: Deepak Cherian <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Deepak Cherian <[email protected]>
1 parent e50e575 commit 8a885c1

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

HOW_TO_RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ upstream https://github.com/pydata/xarray (push)
2525
```
2626
3. Add a list of contributors with:
2727
```sh
28-
git log "$(git tag --sort="v:refname" | tail -1).." --format=%aN | sort -u | perl -pe 's/\n/$1, /'
28+
git log "$(git tag --sort=v:refname | tail -1).." --format=%aN | sort -u | perl -pe 's/\n/$1, /'
2929
```
3030
This will return the number of contributors:
3131
```sh
32-
git log $(git tag --sort="v:refname" | tail -1).. --format=%aN | sort -u | wc -l
32+
git log "$(git tag --sort=v:refname | tail -1).." --format=%aN | sort -u | wc -l
3333
```
3434
4. Write a release summary: ~50 words describing the high level features. This
3535
will be used in the release emails, tweets, GitHub release notes, etc.

doc/whats-new.rst

+12-7
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,19 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.0.X.Y+1:
17+
.. _whats-new.0.21.0:
18+
19+
v0.21.0 (27 January 2022)
20+
-------------------------
21+
22+
Many thanks to the 20 contributors to the v0.21.0 release!
23+
24+
Abel Aoun, Anderson Banihirwe, Ant Gib, Chris Roat, Cindy Chiao,
25+
Deepak Cherian, Dominik Stańczak, Fabian Hofmann, Illviljan, Jody Klymak, Joseph
26+
K Aicher, Mark Harfouche, Mathias Hauser, Matthew Roeschke, Maximilian Roos,
27+
Michael Delgado, Pascal Bourgault, Pierre, Ray Bell, Romain Caneill, Tim Heap,
28+
Tom Nicholas, Zeb Nicholls, joseph nowak, keewis.
1829

19-
v0.21.0 (unreleased)
20-
---------------------
2130

2231
New Features
2332
~~~~~~~~~~~~
@@ -65,10 +74,6 @@ Bug fixes
6574
By `Pierre Loicq <https://github.com/pierreloicq>`_.
6675
- Determination of zarr chunks handles empty lists for encoding chunks or variable chunks that occurs in certain cirumstances (:pull:`5526`). By `Chris Roat <https://github.com/chrisroat>`_.
6776

68-
Documentation
69-
~~~~~~~~~~~~~
70-
71-
7277
Internal Changes
7378
~~~~~~~~~~~~~~~~
7479

0 commit comments

Comments
 (0)