Skip to content

Commit 43a0e47

Browse files
committed
prepare v1.44.3
Signed-off-by: Marques Johansson <[email protected]>
1 parent f49733f commit 43a0e47

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
99
### Changed
1010
### Fixed
1111

12+
## [1.44.3] - 2022-07-27
13+
### Fixed
14+
- Fix handling non-dict error data in ResponseError #128 #129
15+
1216
## [1.44.2] - 2021-11-18
1317
### Fixed
1418
- Fix logic behind `validate_metro_capacity` #125

packet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""library to interact with the Equinix Metal API"""
55

6-
__version__ = "1.44.2"
6+
__version__ = "1.44.3"
77
__author__ = "Equinix Metal Engineers"
88
__author_email__ = "[email protected]"
99
__license__ = "LGPL v3"

0 commit comments

Comments
 (0)