diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index a8fc7e82..d3a390cc 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -1,8 +1,11 @@ What's new ********** -Next release -============ +.. Next release +.. ============ + +v1.16.1 (2023-05-13) +==================== - Bug fix: :func:`.select` raised :class:`.KeyError` if the indexers contained values not appearing in the coords of the :class:`.Quantity` (:pull:`85`). This occurred with pandas 2.x, but not with earlier versions.