From 3a5bb311cf559cb3959ef828109d383408d3197c Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Wed, 14 Oct 2020 11:38:28 +0200 Subject: [PATCH] Release 0.6.1 (#195) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 044c8d4a..1e186c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Starting with 0.5, we will follow the following versioning scheme: * We bump MINOR on breaking changes. * We increase PATCH otherwise. -0.6.1 (XXXX-XX-XX) +0.6.1 (2020-10-14) ------------------ * Create a shallow copy on `.astype(equal dtype, copy=True)`.