Skip to content

Commit 6e32129

Browse files
authored
chore: bump version to 0.5.0 (#48)
Signed-off-by: Roald Nefs <[email protected]>
1 parent f66bc94 commit 6e32129

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes in **python-transip** are documented below.
33

44
## [Unreleased]
5+
6+
## [0.5.0] (2021-02-10)
57
### Added
68
- The option to replace all existing nameservers of a single domain at once from the `transip.v6.objects.Domain.nameservers` service.
79
- The option to list all colocations from the `transip.TransIP.colocations` service ([#24](https://github.com/roaldnefs/python-transip/issues/24)).
@@ -19,5 +21,6 @@ All notable changes in **python-transip** are documented below.
1921
- 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.
2022
- The option to replace all existing DNS records of a single domain at once from the `transip.v6.objects.Domain.dns` service.
2123

22-
[Unreleased]: https://github.com/roaldnefs/python-transip/compare/v0.4.0...HEAD
24+
[Unreleased]: https://github.com/roaldnefs/python-transip/compare/v0.5.0...HEAD
25+
[0.5.0]: https://github.com/roaldnefs/python-transip/compare/v0.4.0...v0.5.0
2326
[0.4.0]: https://github.com/roaldnefs/python-transip/compare/v0.3.0...v0.4.0

transip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
__title__ = "python-transip"
33-
__version__ = "0.4.0"
33+
__version__ = "0.5.0"
3434
__author__ = "Roald Nefs"
3535
__email__ = "[email protected]"
3636
__copyright__ = "Copyright 2020-2021, Roald Nefs"

0 commit comments

Comments
 (0)