From 8bd55d4493864322956e6501e4af321ce1ba51bb Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Thu, 18 Nov 2021 10:14:38 -0500 Subject: [PATCH] prepare v1.44.2 Signed-off-by: Marques Johansson --- CHANGELOG.md | 4 ++++ packet/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7ba51..96fa8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Changed ### Fixed +## [1.44.2] - 2021-11-18 +### Fixed +- Fix logic behind `validate_metro_capacity` #125 + ## [1.44.1] - 2021-09-20 ### Fixed - Fix metros URL used in Metro API lists #122 diff --git a/packet/__init__.py b/packet/__init__.py index 1d59ea5..9f6fe21 100644 --- a/packet/__init__.py +++ b/packet/__init__.py @@ -3,7 +3,7 @@ """library to interact with the Equinix Metal API""" -__version__ = "1.44.1" +__version__ = "1.44.2" __author__ = "Equinix Metal Engineers" __author_email__ = "support@equinixmetal.com" __license__ = "LGPL v3"