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

Bump version: 2.2.1 → 2.2.2

parent e1c7d80b
Branches release/2.2
Tags 2.2.2
No related merge requests found
[tool.bumpversion]
current_version = "2.2.1"
current_version = "2.2.2"
commit = true
tag = true
tag_name = "{new_version}"
......
......@@ -8,6 +8,11 @@ ChangeLog
Unreleased
----------
2.2.2 (2025-01-07)
------------------
* Handle empty responses for ``batch_get`` (#162).
* Fix mypy.
2.2.1 (2024-12-04)
------------------
......
......@@ -49,7 +49,7 @@ from .registrar import (
from .representative import Representative, RepresentativeClient
from .search import SearchContactClient, SearchDomainClient, SearchKeysetClient, SearchNssetClient, SearchResults
__version__ = "2.2.1"
__version__ = "2.2.2"
__all__ = [
"AdditionalIdentifier",
......
[metadata]
name = fred-regal
version = 2.2.1
version = 2.2.2
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