Skip to content

Commit dc9d727

Browse files
author
Alberto Romeu
committed
prepare 1.3.2 release
1 parent 2e27425 commit dc9d727

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Oriol Boix <[email protected]>
99
Jorge Sanz <[email protected]>
1010
David Medina <[email protected]>
1111
Javier Domingo <[email protected]> (external reviewer)
12+
Mario de Frutos <[email protected]>

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Nov-27-2018: version 1.3.2
2+
- Add SynchronizationField
3+
14
Oct-18-2018: version 1.3.1
25
- BatchSQLClient.cancel is now resilient to 'Cannot set status from done to cancelled' errors
36
- Fixed a race condition in BatchSQLClient tests

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.3.1'
58+
version = u'1.3.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'1.3.1'
60+
release = u'1.3.2'
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.3.1",
20+
version="1.3.2",
2121
url="https://github.com/CartoDB/carto-python",
2222
install_requires=required,
2323
packages=["carto"])

0 commit comments

Comments
 (0)