diff --git a/doc/whats-new.rst b/doc/whats-new.rst index bc6f7dee..e9b8c057 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -1,8 +1,8 @@ What's New ---------- -v0.1.6 (unreleased) -=================== +v0.2.0 (Jul 28, 2020) +===================== - Remap datetime accessor syntax for groupby. E.g. ``.cf.groupby("T.month")`` → ``.cf.groupby("ocean_time.month")``. (:pr:`64`, :issue:`6`). `Julia Kent`_.