diff --git a/NEWS b/NEWS index f5d8b50..15cefca 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -xxx-xx-2019: version 1.6.0 +Jun-17-2019: version 1.6.0 - Auth API (#94) - Kuviz API (#121 #124) diff --git a/doc/source/conf.py b/doc/source/conf.py index a76988e..e1f1f0b 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.5.1' +version = u'1.6.0' # The full version, including alpha/beta/rc tags. -release = u'1.5.1' +release = u'1.6.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 34cf300..7e071d6 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.5.1", + version="1.6.0", url="https://github.com/CartoDB/carto-python", install_requires=required, packages=["carto"])