Skip to content

Commit 006d02e

Browse files
author
rob
committed
8.1.0 release
1 parent f52ae3f commit 006d02e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Dropbox for Python
22
==================
33

4-
.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=master
4+
.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.1.0
55
:target: https://travis-ci.org/dropbox/dropbox-sdk-python
66

77
.. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable

dropbox/dropbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# This should always be 0.0.0 in master. Only update this after tagging
88
# before release.
9-
__version__ = '0.0.0'
9+
__version__ = '8.1.0'
1010

1111
import contextlib
1212
import json

0 commit comments

Comments
 (0)