Skip to content

Commit

Permalink
v3.8.1rc3 (#78) (#103)
Browse files Browse the repository at this point in the history
Exposing public bulkEnvelopeApi

Co-authored-by: Harsha Rahul Boggaram <[email protected]>
  • Loading branch information
harsharahul and harsharahul authored Apr 6, 2021
1 parent 14f9471 commit 543168c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docusign_esign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
from .apis.trust_service_providers_api import TrustServiceProvidersApi
from .apis.users_api import UsersApi
from .apis.workspaces_api import WorkspacesApi
from .apis.bulk_envelopes_api import BulkEnvelopesApi

# import models into sdk package
from docusign_esign.models.access_code_format import AccessCodeFormat
Expand Down
1 change: 1 addition & 0 deletions docusign_esign/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
from .trust_service_providers_api import TrustServiceProvidersApi
from .users_api import UsersApi
from .workspaces_api import WorkspacesApi
from .bulk_envelopes_api import BulkEnvelopesApi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages, Command, os # noqa: H301

NAME = "docusign-esign"
VERSION = "3.8.1rc2"
VERSION = "3.8.1rc3"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 543168c

Please sign in to comment.