Skip to content

Commit fe7c0a3

Browse files
committed
Bump to version 3.1.
1 parent b70e1de commit fe7c0a3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '3.0'
62+
version = '3.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '3.0'
64+
release = '3.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

dropbox/dropbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
]
44

55
# TODO(kelkabany): We need to auto populate this as done in the v1 SDK.
6-
__version__ = '3.0'
6+
__version__ = '3.1'
77

88
import json
99
import logging

dropbox/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
raise ImportError('Dropbox python client requires urllib3.')
2727

2828

29-
SDK_VERSION = "3.0"
29+
SDK_VERSION = "3.1"
3030

3131
TRUSTED_CERT_FILE = pkg_resources.resource_filename(__name__, 'trusted-certs.crt')
3232

setup.py

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

1616
dist = setup(
1717
name='dropbox',
18-
version='3.0',
18+
version='3.1',
1919
description='Official Dropbox API Client',
2020
author='Dropbox',
2121
author_email='dev-platform@dropbox.com',

0 commit comments

Comments
 (0)