Skip to content

Commit 4b9ad89

Browse files
authored
v2.8.1rc3 (#79) (#104)
Exposing BulkEnvelopesApi as public Co-authored-by: Harsha Rahul Boggaram <HarshaRahul.Boggaram@docusign.com>
1 parent 08937f2 commit 4b9ad89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docusign_esign/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
from .apis.trust_service_providers_api import TrustServiceProvidersApi
3535
from .apis.users_api import UsersApi
3636
from .apis.workspaces_api import WorkspacesApi
37+
from .apis.bulk_envelopes_api import BulkEnvelopesApi
3738

3839
# import models into sdk package
3940
from docusign_esign.models.account_address import AccountAddress

docusign_esign/apis/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
from .trust_service_providers_api import TrustServiceProvidersApi
2222
from .users_api import UsersApi
2323
from .workspaces_api import WorkspacesApi
24+
from .bulk_envelopes_api import BulkEnvelopesApi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages, Command, os # noqa: H301
1515

1616
NAME = "docusign-esign"
17-
VERSION = "2.8.1rc2"
17+
VERSION = "2.8.1rc3"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)