Skip to content

Commit

Permalink
chore: bump version to 0.5.0 (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <info@roaldnefs.com>
  • Loading branch information
roaldnefs authored Feb 10, 2021
1 parent f66bc94 commit 6e32129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes in **python-transip** are documented below.

## [Unreleased]

## [0.5.0] (2021-02-10)
### Added
- The option to replace all existing nameservers of a single domain at once from the `transip.v6.objects.Domain.nameservers` service.
- The option to list all colocations from the `transip.TransIP.colocations` service ([#24](https://github.com/roaldnefs/python-transip/issues/24)).
Expand All @@ -19,5 +21,6 @@ All notable changes in **python-transip** are documented below.
- The option to update the content of a single DNS record from the `transip.v6.objects.Domain.dns` service, as well as from the `transip.v6.objects.DnsEntry` object.
- The option to replace all existing DNS records of a single domain at once from the `transip.v6.objects.Domain.dns` service.

[Unreleased]: https://github.com/roaldnefs/python-transip/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/roaldnefs/python-transip/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/roaldnefs/python-transip/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/roaldnefs/python-transip/compare/v0.3.0...v0.4.0
2 changes: 1 addition & 1 deletion transip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


__title__ = "python-transip"
__version__ = "0.4.0"
__version__ = "0.5.0"
__author__ = "Roald Nefs"
__email__ = "info@roaldnefs.com"
__copyright__ = "Copyright 2020-2021, Roald Nefs"
Expand Down

0 comments on commit 6e32129

Please sign in to comment.