From c5f0a193c6a396c058e9fee25ab135ded11faeab Mon Sep 17 00:00:00 2001 From: A-Baji Date: Fri, 25 Mar 2022 17:50:18 -0500 Subject: [PATCH] update docs --- CHANGELOG.md | 3 ++- docs-parts/intro/Releases_lang1.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465d1ccf3..029853156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ ## Release notes -### 0.13.4 -- March, 25 2022 +### 0.13.4 -- March, 28 2022 * Add - Allow reading blobs produced by legacy 32-bit compiled mYm library for matlab. PR #995 * Bugfix - Add missing `jobs` argument for multiprocessing PR #997 * Add - Test for multiprocessing PR #1008 * Bugfix - Fix external store key name doesn't allow '-' (#1005) PR #1006 +* Add - Adopted black formatting into code base PR #998 ### 0.13.3 -- Feb 9, 2022 * Bugfix - Fix error in listing ancestors, descendants with part tables. diff --git a/docs-parts/intro/Releases_lang1.rst b/docs-parts/intro/Releases_lang1.rst index 235ef3949..997f0eab2 100644 --- a/docs-parts/intro/Releases_lang1.rst +++ b/docs-parts/intro/Releases_lang1.rst @@ -1,9 +1,10 @@ -0.13.4 -- March 25, 2022 +0.13.4 -- March 28, 2022 ---------------------- * Add - Allow reading blobs produced by legacy 32-bit compiled mYm library for matlab. PR #995 * Bugfix - Add missing ``jobs`` argument for multiprocessing PR #997 * Add - Test for multiprocessing PR #1008 * Bugfix - Fix external store key name doesn't allow '-' (#1005) PR #1006 +* Add - Adopted black formatting into code base PR #998 0.13.3 -- Feb 9, 2022 ----------------------