We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30a058f + 8bd55d4 commit 29bfd53Copy full SHA for 29bfd53
CHANGELOG.md
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
9
### Changed
10
### Fixed
11
12
+## [1.44.2] - 2021-11-18
13
+### Fixed
14
+- Fix logic behind `validate_metro_capacity` #125
15
+
16
## [1.44.1] - 2021-09-20
17
18
- Fix metros URL used in Metro API lists #122
packet/__init__.py
@@ -3,7 +3,7 @@
3
4
"""library to interact with the Equinix Metal API"""
5
6
-__version__ = "1.44.1"
+__version__ = "1.44.2"
7
__author__ = "Equinix Metal Engineers"
8
__author_email__ = "support@equinixmetal.com"
__license__ = "LGPL v3"
0 commit comments