Skip to content

Commit 9b4d0b2

Browse files
authored
v2022.03.0 release notes (#6319)
* release summary * update first calver relase number
1 parent cdab326 commit 9b4d0b2

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

HOW_TO_RELEASE.md

+1-1
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

+11-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.2022.02.0:
17+
.. _whats-new.2022.03.0:
1818

19-
v2022.02.0 (unreleased)
20-
-----------------------
19+
v2022.03.0 (2 March 2022)
20+
-------------------------
21+
22+
This release brings a number of small improvements, as well as a move to `calendar versioning <https://calver.org/>`_ (:issue:`6176`).
23+
24+
Many thanks to the 16 contributors to the v2022.02.0 release!
25+
26+
Aaron Spring, Alan D. Snow, Anderson Banihirwe, crusaderky, Illviljan, Joe Hamman, Jonas Gliß,
27+
Lukas Pilz, Martin Bergemann, Mathias Hauser, Maximilian Roos, Romain Caneill, Stan West, Stijn Van Hoey,
28+
Tobias Kölling, and Tom Nicholas.
2129

2230

2331
New Features
@@ -27,7 +35,6 @@ New Features
2735
:py:meth:`CFTimeIndex.shift` if ``shift_freq`` is between ``Day``
2836
and ``Microsecond``. (:issue:`6134`, :pull:`6135`).
2937
By `Aaron Spring <https://github.com/aaronspring>`_.
30-
3138
- Enbable to provide more keyword arguments to `pydap` backend when reading
3239
OpenDAP datasets (:issue:`6274`).
3340
By `Jonas Gliß <https://github.com/jgliss>`.

0 commit comments

Comments
 (0)