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 fb9a531 commit f3ce006Copy full SHA for f3ce006
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.9.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.9.0'
10
11
import contextlib
12
import json
0 commit comments