Skip to content

Commit

Permalink
v2.1.0 release (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cary Cheng authored Feb 8, 2019
1 parent 4ce3668 commit 5ded560
Show file tree
Hide file tree
Showing 10 changed files with 199 additions and 181 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Release History
---------------

2.1.0 (2019-02-07)
++++++++++++++++++

- Added ability for user to `chunk upload files <https://github.com/box/box-python-sdk/blob/master/docs/usage/files.md#chunked-upload>`_
and resume uploads for interrupted uploads.
- Added ability to `verify webhook message <https://github.com/box/box-python-sdk/blob/master/docs/usage/webhook.md#validate-webhook-message>`_.
- Added ability for user to add metadata classification to `files <https://github.com/box/box-python-sdk/blob/master/docs/usage/files.md#set-a-classification>`_
and `folders <https://github.com/box/box-python-sdk/blob/master/docs/usage/folders.md#set-a-classification>`_.
- Bugfix where calling ``.response_object()`` method on an API object could throw.

2.0.0
++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion boxsdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import unicode_literals, absolute_import


__version__ = '2.0.0'
__version__ = '2.1.0'
32 changes: 16 additions & 16 deletions docs/source/boxsdk.auth.rst
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
boxsdk.auth package
===================
boxsdk\.auth package
====================

Submodules
----------

boxsdk.auth.cooperatively\_managed\_oauth2 module
-------------------------------------------------
boxsdk\.auth\.cooperatively\_managed\_oauth2 module
---------------------------------------------------

.. automodule:: boxsdk.auth.cooperatively_managed_oauth2
:members:
:undoc-members:
:show-inheritance:

boxsdk.auth.developer\_token\_auth module
-----------------------------------------
boxsdk\.auth\.developer\_token\_auth module
-------------------------------------------

.. automodule:: boxsdk.auth.developer_token_auth
:members:
:undoc-members:
:show-inheritance:

boxsdk.auth.jwt\_auth module
----------------------------
boxsdk\.auth\.jwt\_auth module
------------------------------

.. automodule:: boxsdk.auth.jwt_auth
:members:
:undoc-members:
:show-inheritance:

boxsdk.auth.oauth2 module
-------------------------
boxsdk\.auth\.oauth2 module
---------------------------

.. automodule:: boxsdk.auth.oauth2
:members:
:undoc-members:
:show-inheritance:

boxsdk.auth.redis\_managed\_jwt\_auth module
--------------------------------------------
boxsdk\.auth\.redis\_managed\_jwt\_auth module
----------------------------------------------

.. automodule:: boxsdk.auth.redis_managed_jwt_auth
:members:
:undoc-members:
:show-inheritance:

boxsdk.auth.redis\_managed\_oauth2 module
-----------------------------------------
boxsdk\.auth\.redis\_managed\_oauth2 module
-------------------------------------------

.. automodule:: boxsdk.auth.redis_managed_oauth2
:members:
:undoc-members:
:show-inheritance:

boxsdk.auth.remote\_managed\_oauth2 module
------------------------------------------
boxsdk\.auth\.remote\_managed\_oauth2 module
--------------------------------------------

.. automodule:: boxsdk.auth.remote_managed_oauth2
:members:
Expand Down
20 changes: 10 additions & 10 deletions docs/source/boxsdk.client.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
boxsdk.client package
=====================
boxsdk\.client package
======================

Submodules
----------

boxsdk.client.client module
---------------------------
boxsdk\.client\.client module
-----------------------------

.. automodule:: boxsdk.client.client
:members:
:undoc-members:
:show-inheritance:

boxsdk.client.developer\_token\_client module
---------------------------------------------
boxsdk\.client\.developer\_token\_client module
-----------------------------------------------

.. automodule:: boxsdk.client.developer_token_client
:members:
:undoc-members:
:show-inheritance:

boxsdk.client.development\_client module
----------------------------------------
boxsdk\.client\.development\_client module
------------------------------------------

.. automodule:: boxsdk.client.development_client
:members:
:undoc-members:
:show-inheritance:

boxsdk.client.logging\_client module
------------------------------------
boxsdk\.client\.logging\_client module
--------------------------------------

.. automodule:: boxsdk.client.logging_client
:members:
Expand Down
12 changes: 6 additions & 6 deletions docs/source/boxsdk.network.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
boxsdk.network package
======================
boxsdk\.network package
=======================

Submodules
----------

boxsdk.network.default\_network module
--------------------------------------
boxsdk\.network\.default\_network module
----------------------------------------

.. automodule:: boxsdk.network.default_network
:members:
:undoc-members:
:show-inheritance:

boxsdk.network.network\_interface module
----------------------------------------
boxsdk\.network\.network\_interface module
------------------------------------------

.. automodule:: boxsdk.network.network_interface
:members:
Expand Down
Loading

0 comments on commit 5ded560

Please sign in to comment.