Skip to content

Commit a483151

Browse files
authored
Merge pull request #83 from anomaly/alpha-14
alpha-14 release
2 parents 8693be0 + f90d5a0 commit a483151

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gallagher/dto/ref/zone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from ..utils import (
22
AppBaseModel,
33
OptionalIdentityMixin,
4-
HrefMixin,
4+
OptionalHrefMixin,
55
)
66

77

88
class AccessZoneRef(
99
AppBaseModel,
1010
OptionalIdentityMixin,
11-
HrefMixin
11+
OptionalHrefMixin,
1212
):
1313
"""AccessZone represents"""
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gallagher"
3-
version = "0.1.0-alpha.13"
3+
version = "0.1.0a14"
44
description = "The missing developer toolkit for Gallagher Command Centre"
55
authors = ["Dev Mukherjee <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)