Skip to content

Commit e2b40d7

Browse files
committed
2 parents 56c7b8a + 9b4d0b2 commit e2b40d7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

HOW_TO_RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ upstream https://github.com/pydata/xarray (push)
109109

110110
## Note on version numbering
111111

112-
As of 2022.02.0, we utilize the [CALVER](https://calver.org/) version system.
112+
As of 2022.03.0, we utilize the [CALVER](https://calver.org/) version system.
113113
Specifically, we have adopted the pattern `YYYY.MM.X`, where `YYYY` is a 4-digit
114114
year (e.g. `2022`), `MM` is a 2-digit zero-padded month (e.g. `01` for January), and `X` is the release number (starting at zero at the start of each month and incremented once for each additional release).

doc/whats-new.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,18 @@ Internal Changes
4444

4545

4646
.. _whats-new.2022.02.0:
47+
.. _whats-new.2022.03.0:
4748

48-
v2022.02.0 (unreleased)
49-
-----------------------
49+
v2022.03.0 (2 March 2022)
50+
-------------------------
51+
52+
This release brings a number of small improvements, as well as a move to `calendar versioning <https://calver.org/>`_ (:issue:`6176`).
53+
54+
Many thanks to the 16 contributors to the v2022.02.0 release!
55+
56+
Aaron Spring, Alan D. Snow, Anderson Banihirwe, crusaderky, Illviljan, Joe Hamman, Jonas Gliß,
57+
Lukas Pilz, Martin Bergemann, Mathias Hauser, Maximilian Roos, Romain Caneill, Stan West, Stijn Van Hoey,
58+
Tobias Kölling, and Tom Nicholas.
5059

5160

5261
New Features
@@ -56,7 +65,6 @@ New Features
5665
:py:meth:`CFTimeIndex.shift` if ``shift_freq`` is between ``Day``
5766
and ``Microsecond``. (:issue:`6134`, :pull:`6135`).
5867
By `Aaron Spring <https://github.com/aaronspring>`_.
59-
6068
- Enbable to provide more keyword arguments to `pydap` backend when reading
6169
OpenDAP datasets (:issue:`6274`).
6270
By `Jonas Gliß <https://github.com/jgliss>`.

0 commit comments

Comments
 (0)