Skip to content

Commit 822389a

Browse files
v1.6.0
1 parent 1c59bc4 commit 822389a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
xxx-xx-2019: version 1.6.0
1+
Jun-17-2019: version 1.6.0
22
- Auth API (#94)
33
- Kuviz API (#121 #124)
44

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'1.5.1'
58+
version = u'1.6.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'1.5.1'
60+
release = u'1.6.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author="Daniel Carrión",
1818
author_email="daniel@carto.com",
1919
description="SDK around CARTO's APIs",
20-
version="1.5.1",
20+
version="1.6.0",
2121
url="https://github.com/CartoDB/carto-python",
2222
install_requires=required,
2323
packages=["carto"])

0 commit comments

Comments
 (0)