From 81341e2827d083429bcdfb4617cd40e1188bbdb7 Mon Sep 17 00:00:00 2001 From: Seperman Date: Mon, 16 May 2022 23:26:05 -0700 Subject: [PATCH] 5.8.2 --- README.md | 3 +++ docs/index.rst | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index b7f603b1..20f3a57f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Tested on Python 3.6+ and PyPy3. ## What is new? +DeepDiff 5-8-2 +Fixing dependency for Py3.6 + DeepDiff 5-8-1 includes bug fixes: - Fixed test suite for 32bit systems (https://github.com/seperman/deepdiff/issues/302) by [Louis-Philippe VĂ©ronneau](https://github.com/baldurmen) - Fixed the issue when using `ignore_order=True` and `group_by` simultaneously diff --git a/docs/index.rst b/docs/index.rst index 35bfebbc..db53499c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,6 +31,11 @@ The DeepDiff library includes the following modules: What is New *********** +DeepDiff 5-8-2 +-------------- + +Fixing dependency for Py3.6 + New In DeepDiff 5-8-1 ---------------------