Skip to content

Commit d1841c3

Browse files
Merge pull request #36 from UVerify-io/release-please--branches--main--components--python
chore(main): release python 0.1.8
2 parents 69f953d + a5d0238 commit d1841c3

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"typescript": "0.1.8",
33
"java": "0.1.6",
4-
"python": "0.1.7"
4+
"python": "0.1.8"
55
}

python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/UVerify-io/uverify-sdks/compare/python-v0.1.7...python-v0.1.8) (2026-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* add a fallback for old field names of the certificate response ([83aa60c](https://github.com/UVerify-io/uverify-sdks/commit/83aa60c346acfac979f86d1a0a43ce36d6b6fcf0))
9+
310
## [0.1.7](https://github.com/UVerify-io/uverify-sdks/compare/python-v0.1.6...python-v0.1.7) (2026-05-06)
411

512

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "uverify-sdk"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "Official Python SDK for the UVerify API"
99
readme = "README.md"
1010
license = { text = "AGPL-3.0" }

python/uverify_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
UVerifyCertificate,
5959
)
6060

61-
__version__ = "0.1.7"
61+
__version__ = "0.1.8"
6262
__all__ = [
6363
"UVerifyClient",
6464
"UVerifyCore",

0 commit comments

Comments
 (0)