From bd4eeb3f9e3416e7c4ecfa4fc3e756f351d122f6 Mon Sep 17 00:00:00 2001 From: manmorjim Date: Thu, 13 Feb 2020 17:12:12 +0100 Subject: [PATCH] Update NEWS with the release date --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e7e9a4d..7a92276 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -0.36.0 (2020-XX-XX) +0.36.0 (2020-02-13) * Make `_CDB_Group_API_Auth` python3 compatible by passing bytes representation instead of a string. * Make `_CDB_Group_API_Request` python3 compatible by adapting the function signature of `HTTPConnection`.