Skip to content

Commit

Permalink
chore: bump version to 0.6.0 (#51)
Browse files Browse the repository at this point in the history
Bump version to 0.6.0 and add missing `CHANGELOG.md` entry about new Python 3.10 support.
  • Loading branch information
roaldnefs authored Nov 1, 2021
1 parent 2994ec7 commit aaff656
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes in **python-transip** are documented below.

## [Unreleased]

## [0.6.0] (2021-11-01)
### Added
- Python 3.10 support ([#49](https://github.com/roaldnefs/python-transip/pull/49)).

## [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.
Expand All @@ -21,6 +25,7 @@ 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.5.0...HEAD
[Unreleased]: https://github.com/roaldnefs/python-transip/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/roaldnefs/python-transip/compare/v0.5.0...v0.6.0
[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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_long_description() -> str:
python_requires=">=3.6",
entry_points={},
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
Expand Down
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.5.0"
__version__ = "0.6.0"
__author__ = "Roald Nefs"
__email__ = "info@roaldnefs.com"
__copyright__ = "Copyright 2020-2021, Roald Nefs"
Expand Down

0 comments on commit aaff656

Please sign in to comment.