File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff line change 1- version = '7.2 .0'
1+ version = '7.3 .0'
22"""Current version of the dnsimple-python service"""
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dnsimple"
3- version = " 7.2 .0"
3+ version = " 7.3 .0"
44description = " DNSimple API service for python"
55authors = [" DNSimple <support@dnsimple.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments