From f862c34602075bc42f217bffe96e3dafbc00094c Mon Sep 17 00:00:00 2001 From: Alberto Romeu Date: Mon, 3 Jun 2019 16:13:02 +0200 Subject: [PATCH] 1.5 --- NEWS | 2 +- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 2c424a6..3423c24 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Jun-03-2019: version 1.5rc1 +Jun-03-2019: version 1.5 - max line length from 80 to 120 - Adds a copyto_stream method in sql (#103) - Adds wait for completion for batch jobs (#104) diff --git a/doc/source/conf.py b/doc/source/conf.py index d0de7e5..322d79b 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.5rc1' +version = u'1.5' # The full version, including alpha/beta/rc tags. -release = u'1.5rc1' +release = u'1.5' # 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 d3e350f..da975d7 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.5rc1", + version="1.5", url="https://github.com/CartoDB/carto-python", install_requires=required, packages=["carto"])