Skip to content

Commit 03fd170

Browse files
committed
10.4.1 release
1 parent c2d568d commit 03fd170

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 Python SDK
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=v10.4.1
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__ = '10.4.1'
1010

1111
import contextlib
1212
import json

0 commit comments

Comments
 (0)