From c26640d47b6d15d1deeef610eb8874de3b57d502 Mon Sep 17 00:00:00 2001 From: Alberto Romeu Date: Thu, 26 Sep 2019 14:47:44 +0200 Subject: [PATCH] prepare 1.7.0 release --- NEWS | 3 ++- doc/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5c1ec1a..6c2f4b0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -xxx-xx-2019: version 1.6.1 +Sept-26-2019: version 1.7.0 - Using POST in copy to if the query in longer than 1024 bytes (#142) + - Support new data_observatory_token endpoint (#148) Jun-17-2019: version 1.6.0 - Auth API (#94) diff --git a/doc/source/conf.py b/doc/source/conf.py index e1f1f0b..ddf2768 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.6.0' +version = u'1.7.0' # The full version, including alpha/beta/rc tags. -release = u'1.6.0' +release = u'1.7.0' # 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 7e071d6..acefcfc 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.6.0", + version="1.7.0", url="https://github.com/CartoDB/carto-python", install_requires=required, packages=["carto"])