Skip to content
Snippets Groups Projects
Commit afd98a38 authored by Vlastimil Zima's avatar Vlastimil Zima
Browse files

Bump version: 2.1.0 → 2.2.0

parent a03e1fca
Branches
Tags 2.2.0
No related merge requests found
[tool.bumpversion]
current_version = "2.1.0"
current_version = "2.2.0"
commit = true
tag = true
tag_name = "{new_version}"
......
......@@ -8,6 +8,21 @@ ChangeLog
Unreleased
----------
2.2.0 (2024-11-28)
------------------
* Switch to API 6.0 (#156).
* Add ``batch_get`` methods to ``DomainClient``, ``KeysetClient`` and ``NssetClient`` (#145).
* Add ``domains_count`` to ``Keyset`` and ``Nsset`` (#148).
* Add ``ContactClient.list_merge_candidates`` (#142).
* Add ``ContactClient.merge`` (#143).
* Add ``DomainClient.list_by_contact*`` (#144).
* Add ``DomainClient.list_by_keyset*`` (#144).
* Update ``DomainClient.list_by_nsset*`` (#144).
* Add ``DomainContactRole`` member aliases (#157).
* Add ``KeysetClient.list_by_contact*`` (#144).
* Add ``NssetClient.list_by_contact*`` (#144).
* Add forward compatible methods to clients (#150, #152, #154, #155).
2.1.0 (2024-11-19)
------------------
......
......@@ -49,7 +49,7 @@ from .registrar import (
from .representative import Representative, RepresentativeClient
from .search import SearchContactClient, SearchDomainClient, SearchKeysetClient, SearchNssetClient, SearchResults
__version__ = "2.1.0"
__version__ = "2.2.0"
__all__ = [
"AdditionalIdentifier",
......
[metadata]
name = fred-regal
version = 2.1.0
version = 2.2.0
author = Jan Musílek
author_email = jan.musilek@nic.cz
description = Regal - registry auxiliary library
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment