Skip to content

Commit 719530d

Browse files
committed
Release 7.3.0
1 parent 438a5bc commit 719530d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## Unreleased
5+
## 7.3.0 - 2026-04-15
66

77
### Added
88

9-
- Added `new_account_identifier` to `DomainPushInput` for initiating domain pushes by account identifier.
10-
- Added `name` to `Account`.
9+
- Added `new_account_identifier` to `DomainPushInput` for initiating domain pushes by account identifier. (#497)
10+
- Added `name` to `Account`. (#497)
11+
- Added support for trustee service in domain transfers. (#499)
1112

1213
### Deprecated
1314

14-
- Deprecated `new_account_email` in `DomainPushInput`. Use `new_account_identifier` instead.
15+
- Deprecated `new_account_email` in `DomainPushInput`. Use `new_account_identifier` instead. (#497)
1516

1617
## 7.2.0 - 2026-03-23
1718

dnsimple/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '7.2.0'
1+
version = '7.3.0'
22
"""Current version of the dnsimple-python service"""

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 = "dnsimple"
3-
version = "7.2.0"
3+
version = "7.3.0"
44
description = "DNSimple API service for python"
55
authors = ["DNSimple <support@dnsimple.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)