We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556b6b3 commit 7c52eccCopy full SHA for 7c52ecc
README.rst
@@ -1,7 +1,7 @@
1
Dropbox for Python
2
==================
3
4
-.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=master
+.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.7.0
5
:target: https://travis-ci.org/dropbox/dropbox-sdk-python
6
7
.. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable
dropbox/dropbox.py
@@ -6,7 +6,7 @@
# This should always be 0.0.0 in master. Only update this after tagging
8
# before release.
9
-__version__ = '0.0.0'
+__version__ = '8.7.0'
10
11
import contextlib
12
import json
0 commit comments