From 4530c674644c5b1a82bd9715e14ca4f20c6613d2 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 20 Dec 2017 09:35:28 -0500 Subject: [PATCH 1/2] patch bump --- cartoframes/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cartoframes/__version__.py b/cartoframes/__version__.py index 212a38c12..7850f9299 100644 --- a/cartoframes/__version__.py +++ b/cartoframes/__version__.py @@ -1 +1 @@ -__version__ = '0.5.1b10' +__version__ = '0.5.2b11' From 3db09e17e0d197e18c7f50df17c5db02e363ebc3 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 20 Dec 2017 09:35:40 -0500 Subject: [PATCH 2/2] adds changes --- NEWS.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 598af7fe8..a62f17874 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,15 @@ Changelog ========= +0.5.2b11 +------- + +Released 2017-12-20 + +Updates + +- Adds flag to `CartoContext.data_discovery` that excludes non-shoreline-clipped boundary metadata by default + 0.5.1b10 -------