From 3df2b168dc8875277548b57159f3f3924090317e Mon Sep 17 00:00:00 2001 From: Andriy Popovych Date: Wed, 11 Dec 2019 16:58:12 +0200 Subject: [PATCH] Bump to 1.16.5 (#170) --- CHANGES.rst | 7 +++++++ datarobot_batch_scoring/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 67ab1e6b..2b85f3c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +1.16.5 (2019 Dec 11) +==================== + +Bugfixes +------------- +* Remove defected encoding check. + 1.16.2 (2019 Jul 25) ==================== diff --git a/datarobot_batch_scoring/__init__.py b/datarobot_batch_scoring/__init__.py index a9ec600a..73aeb170 100644 --- a/datarobot_batch_scoring/__init__.py +++ b/datarobot_batch_scoring/__init__.py @@ -1 +1 @@ -__version__ = '1.16.4' +__version__ = '1.16.5'