Skip to content

Commit d7aeb04

Browse files
committed
prepare new release
1 parent 3c3d725 commit d7aeb04

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.changelog/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.21 | 2022-12-14 | umapi-client v2.21 |
4+
5+
- 3c3d725 buid with newer poetry and drop 3.6 build
6+
- c65be58 upgrade to newer version of cryptography
7+
- 74e8c1e remove old docs
8+
- f8dda00 #104 removing test\_delete\_account\_enterpriseid and test\_delete\_account\_adobeid
9+
- bd701c4 #104 remove removeFromDomain action
10+
11+
---
12+
113
| tag | date | title |
214
|---|---|---|
315
| v2.20 | 2022-08-05 | umapi-client v2.20 |

.changelog/latest.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
* \#103 Create users with email-type usernames that differ from email address in a single call
1+
- 3c3d725 buid with newer poetry and drop 3.6 build
2+
- c65be58 upgrade to newer version of cryptography
3+
- 74e8c1e remove old docs
4+
- f8dda00 #104 removing test\_delete\_account\_enterpriseid and test\_delete\_account\_adobeid
5+
- bd701c4 #104 remove removeFromDomain action

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "umapi-client"
3-
version = "2.20"
3+
version = "2.21"
44
description = "Client for the User Management API (UMAPI) from Adobe - see https://adobe.ly/2h1pHgV"
55
readme = "README.md"
66
authors = ["Andrew Dorton <adorton@adobe.com>", "Dan Brotsky", "Danimae Vossen", "Kevin Bhunut"]

umapi_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = "2.20"
21+
__version__ = "2.21"

0 commit comments

Comments
 (0)