Skip to content

Commit

Permalink
Version 3.24.0-v2.1-23.3.00.01 release (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
  • Loading branch information
paigesrossi and root authored Sep 5, 2023
1 parent 2d79ed7 commit 65b0f08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.

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

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

## [v3.23.0] - eSignature API v2.1-23.2.00.00 - 2023-05-18
Expand Down
1 change: 1 addition & 0 deletions docusign_esign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,4 +540,5 @@
from docusign_esign.models.zip import Zip
from docusign_esign.models.date import Date


configuration = Configuration()
3 changes: 0 additions & 3 deletions docusign_esign/models/brand.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,6 @@ def organization_brand_logo(self, organization_brand_logo):
:param organization_brand_logo: The organization_brand_logo of this Brand. # noqa: E501
:type: str
"""
if (self._configuration.client_side_validation and
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
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

self._organization_brand_logo = organization_brand_logo

Expand Down

0 comments on commit 65b0f08

Please sign in to comment.