Skip to content

Commit

Permalink
10.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rogebrd committed Aug 28, 2020
1 parent c2d568d commit 03fd170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -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.4.1
:target: https://travis-ci.org/dropbox/dropbox-sdk-python

.. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable
Expand Down
2 changes: 1 addition & 1 deletion dropbox/dropbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1'

import contextlib
import json
Expand Down

0 comments on commit 03fd170

Please sign in to comment.