From c4e01750641157e8b0755469bce249b580f76365 Mon Sep 17 00:00:00 2001 From: Stas Rudakou Date: Tue, 28 Aug 2018 17:04:37 +0300 Subject: [PATCH] Get ready for releasing 1.14.1: update changelog and version --- 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 ceffb977..ffcca500 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +1.14.1 (2018 August 29) +===================== + +Bugfixes +-------- +* Added ``batch_scoring_deployment_aware`` to Windows assets. + 1.14.0 (2018 August 16) ===================== diff --git a/datarobot_batch_scoring/__init__.py b/datarobot_batch_scoring/__init__.py index e4f2ad49..c162747f 100644 --- a/datarobot_batch_scoring/__init__.py +++ b/datarobot_batch_scoring/__init__.py @@ -1 +1 @@ -__version__ = '1.14.0' +__version__ = '1.14.1'