Skip to content
Snippets Groups Projects
Commit 4451c6ef authored by Jan Musílek's avatar Jan Musílek
Browse files

Bump version: 2.1.0 → 2.1.1

parent 0f381c20
No related merge requests found
[tool.bumpversion]
current_version = "2.1.0"
current_version = "2.1.1"
commit = true
tag = true
tag_name = "{new_version}"
......
......@@ -9,6 +9,11 @@ Unreleased
----------
2.1.1 (2024-12-04)
------------------
* Fix DS record for high alg number (#161).
2.1.0 (2024-11-19)
------------------
......
......@@ -34,7 +34,7 @@ from .registrar import (
from .representative import Representative, RepresentativeClient
from .search import SearchContactClient, SearchDomainClient, SearchKeysetClient, SearchNssetClient, SearchResults
__version__ = "2.1.0"
__version__ = "2.1.1"
__all__ = [
"AdditionalIdentifier",
......
[metadata]
name = fred-regal
version = 2.1.0
version = 2.1.1
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