File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
44
55## main
66
7+ ## 6.1.0
8+
9+ - NEW: Added ` Zones.batch_change_records ` to make changes to zone records in a batch. (dnsimple/dnsimple-python #477 )
10+
711## 6.0.0
812
913- REMOVED: Removed ` email_from ` and ` email_to ` fields in ` EmailForward ` . Please use ` alias_email ` and ` destination_email ` instead.
Original file line number Diff line number Diff line change 1- version = '6.0 .0'
1+ version = '6.1 .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 = " 6.0 .0"
3+ version = " 6.1 .0"
44description = " DNSimple API service for python"
55authors = [
" DNSimple External Integrations Team <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments