Skip to content

Commit 65b0f08

Browse files
paigesrossiroot
andauthored
Version 3.24.0-v2.1-23.3.00.01 release (#171)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent 2d79ed7 commit 65b0f08

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6-
## [v3.24.0] - eSignature API v2.1-23.3.00.00 - 2023-08-21
6+
## [v3.24.0] - eSignature API v2.1-23.3.00.01 - 2023-08-30
77
### Changed
8-
- Added support for version v2.1-23.3.00.00 of the DocuSign ESignature API.
8+
- Added support for version v2.1-23.3.00.01 of the DocuSign ESignature API.
99
- Updated the SDK release version.
1010

1111
## [v3.23.0] - eSignature API v2.1-23.2.00.00 - 2023-05-18

docusign_esign/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,4 +540,5 @@
540540
from docusign_esign.models.zip import Zip
541541
from docusign_esign.models.date import Date
542542

543+
543544
configuration = Configuration()

docusign_esign/models/brand.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,6 @@ def organization_brand_logo(self, organization_brand_logo):
480480
:param organization_brand_logo: The organization_brand_logo of this Brand. # noqa: E501
481481
:type: str
482482
"""
483-
if (self._configuration.client_side_validation and
484-
organization_brand_logo is not None and not re.search(r'^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$', organization_brand_logo)): # noqa: E501
485-
raise ValueError(r"Invalid value for `organization_brand_logo`, must be a follow pattern or equal to `/^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$/`") # noqa: E501
486483

487484
self._organization_brand_logo = organization_brand_logo
488485

0 commit comments

Comments
 (0)