Skip to content

Commit c26640d

Browse files
author
Alberto Romeu
committed
prepare 1.7.0 release
1 parent 9ad0488 commit c26640d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
xxx-xx-2019: version 1.6.1
1+
Sept-26-2019: version 1.7.0
22
- Using POST in copy to if the query in longer than 1024 bytes (#142)
3+
- Support new data_observatory_token endpoint (#148)
34

45
Jun-17-2019: version 1.6.0
56
- Auth API (#94)

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.6.0'
58+
version = u'1.7.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'1.6.0'
60+
release = u'1.7.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="[email protected]",
1919
description="SDK around CARTO's APIs",
20-
version="1.6.0",
20+
version="1.7.0",
2121
url="https://github.com/CartoDB/carto-python",
2222
install_requires=required,
2323
packages=["carto"])

0 commit comments

Comments
 (0)