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

Bump version: 1.8.0 → 1.8.1

parent e732be44
Branches release/1.8
Tags 1.8.1
No related merge requests found
[tool.bumpversion]
current_version = "1.8.0"
current_version = "1.8.1"
commit = true
tag = true
tag_name = "{new_version}"
......
......@@ -8,6 +8,13 @@ ChangeLog
Unreleased
----------
1.8.1 (2024-09-12)
------------------
* Fix ``InvalidData`` string representation (#136).
* Fix contact create with partially empty addresses (#137).
* Register ``NssetDoesNotExist`` exception for ``list_by_nsset`` (#138).
1.8.0 (2024-09-02)
------------------
......
......@@ -34,7 +34,7 @@ from .registrar import (
from .representative import Representative, RepresentativeClient
from .search import SearchContactClient, SearchDomainClient, SearchKeysetClient, SearchNssetClient, SearchResults
__version__ = "1.8.0"
__version__ = "1.8.1"
__all__ = [
"AdditionalIdentifier",
......
[metadata]
name = fred-regal
version = 1.8.0
version = 1.8.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