From f5a3b45d7d2bbea1a9ba1fd66ff8c9966359151a Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Fri, 9 Jul 2021 12:53:58 -0400 Subject: [PATCH] Update NEWS --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 3941f9d64..153bc8213 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,5 +1,13 @@ .. default-role:: code +1.0a3 (released 2021-07-09) +============================== + +Bug Fixes +------------------------------ +* Fixed a dependency-management bug that prevented installation of Hy + from a wheel on Pythons < 3.9. + 1.0a2 (released 2021-07-07) ==============================