From dc9d727305e85a282053f8f725feef647e50cd12 Mon Sep 17 00:00:00 2001 From: Alberto Romeu Date: Tue, 27 Nov 2018 12:43:43 +0100 Subject: [PATCH] prepare 1.3.2 release --- CONTRIBUTORS | 1 + NEWS | 3 +++ doc/source/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a489b74..597b8c8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,3 +9,4 @@ Oriol Boix Jorge Sanz David Medina Javier Domingo (external reviewer) +Mario de Frutos diff --git a/NEWS b/NEWS index da9642a..f0537c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Nov-27-2018: version 1.3.2 + - Add SynchronizationField + Oct-18-2018: version 1.3.1 - BatchSQLClient.cancel is now resilient to 'Cannot set status from done to cancelled' errors - Fixed a race condition in BatchSQLClient tests diff --git a/doc/source/conf.py b/doc/source/conf.py index 986bc77..d038d82 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = u'1.3.1' +version = u'1.3.2' # The full version, including alpha/beta/rc tags. -release = u'1.3.1' +release = u'1.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 4a3bc10..60b1a2e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ author="Daniel CarriĆ³n", author_email="daniel@carto.com", description="SDK around CARTO's APIs", - version="1.3.1", + version="1.3.2", url="https://github.com/CartoDB/carto-python", install_requires=required, packages=["carto"])