Skip to content

Commit 8bd55d4

Browse files
committed
prepare v1.44.2
Signed-off-by: Marques Johansson <[email protected]>
1 parent 30a058f commit 8bd55d4

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.2] - 2021-11-18
13+
### Fixed
14+
- Fix logic behind `validate_metro_capacity` #125
15+
1216
## [1.44.1] - 2021-09-20
1317
### Fixed
1418
- Fix metros URL used in Metro API lists #122

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.1"
6+
__version__ = "1.44.2"
77
__author__ = "Equinix Metal Engineers"
88
__author_email__ = "[email protected]"
99
__license__ = "LGPL v3"

0 commit comments

Comments
 (0)