From 1bdd5ac8d8d4871979f767fc676cbefcce3e10cc Mon Sep 17 00:00:00 2001 From: Brad Rogers Date: Mon, 10 Aug 2020 14:39:24 -0700 Subject: [PATCH] 10.3.1 release --- README.rst | 2 +- dropbox/dropbox.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 02dd0502..1e5b8d53 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Dropbox Python SDK ================== -.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=master +.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v10.3.1 :target: https://travis-ci.org/dropbox/dropbox-sdk-python .. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable diff --git a/dropbox/dropbox.py b/dropbox/dropbox.py index 7c76d527..bf2708d8 100644 --- a/dropbox/dropbox.py +++ b/dropbox/dropbox.py @@ -6,7 +6,7 @@ # This should always be 0.0.0 in master. Only update this after tagging # before release. -__version__ = '0.0.0' +__version__ = '10.3.1' import contextlib import json