Skip to content

Commit ac7c710

Browse files
authored
Merge pull request #12 from docusign/1.4.1-v2.1-1.3.0
Version 1.4.1 release
2 parents f00968a + fabc9d7 commit ac7c710

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.21-SNAPSHOT
1+
2.4.21

CHANGELOG.md

100755100644
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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+
## [v1.4.1] - Admin API v2.1-1.3.0 - 2023-11-13
7+
### Changed
8+
- Fixed installation steps in README.md
9+
- Fixed link to API information in README.md
10+
- Updated Travis CI URL in README.md
11+
- Updated Python package URL in README.md
12+
13+
This commit addresses inconsistencies and outdated information in the documentation,
14+
ensuring accurate and up-to-date details for users and contributors.
15+
616
## [v1.4.0] - Admin API v2.1-1.3.0 - 2023-08-02
717
### Changed
818
- Added support for version v2.1-1.3.0 of the DocuSign Admin API.
@@ -43,4 +53,4 @@ New endpoints:
4353

4454
## [v1.0.0a0] - OrgAdmin API v2.0-1.0.2 - 2020-06-07
4555
### Added
46-
- First Alpha version of OrgAdmin API, supports DocuSign OrgAdmin
56+
- First Alpha version of OrgAdmin API, supports DocuSign OrgAdmin

README.md

100755100644
File mode changed.

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-admin"
17-
VERSION = "1.4.0"
17+
VERSION = "1.4.1"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)