Skip to content

Commit 119361a

Browse files
authored
Bump spiffe to 0.1.5 (#278)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 827dabc commit 119361a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spiffe/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spiffe"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Python library for SPIFFE support"
55
authors = ["Max Lambrecht <[email protected]>"]
66
readme = "README.md"

spiffe/src/spiffe/spiffe_id/spiffe_id.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def __hash__(self) -> int:
170170
@property
171171
def trust_domain(self) -> TrustDomain:
172172
return self._trust_domain
173-
173+
174174
@property
175175
def path(self) -> str:
176176
return self._path

0 commit comments

Comments
 (0)