From 3a49f78ead159da505cd78803d6710e7762b3a7e Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Wed, 18 Aug 2021 09:56:42 +1000 Subject: [PATCH] Prepare for 1.8.5 release --- docs/about/whats_new.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/about/whats_new.rst b/docs/about/whats_new.rst index 50376fdfe1..968f9bcc0d 100644 --- a/docs/about/whats_new.rst +++ b/docs/about/whats_new.rst @@ -6,12 +6,13 @@ What's New ********** -v1.8.5 (???) +v1.8.5 (18 August 2021) ======================= - Fix unguarded dependencies on boto libraries (:pull:`1174`, :issue:`1172`) - Various documentation fixes (:pull:`1175`) - Address import problems on Windows due to use of Unix only functions (:issue:`1176`) +- Address ``numpy.bool`` deprecation warnings (:pull:`1184`) v1.8.4 (6 August 2021)