Skip to content

Commit f49e191

Browse files
committed
Bump to 3.11.
1 parent fe7c0a3 commit f49e191

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.1'
62+
version = '3.11'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '3.1'
64+
release = '3.11'
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.1'
6+
__version__ = '3.11'
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.1"
29+
SDK_VERSION = "3.11"
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.1',
18+
version='3.11',
1919
description='Official Dropbox API Client',
2020
author='Dropbox',
2121
author_email='dev-platform@dropbox.com',

0 commit comments

Comments
 (0)