File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
99### Changed
1010### Fixed
1111
12- ## [ 1.44.0] - 2021-05-20
12+ ## [ 1.44.1] - 2021-09-20
13+ ### Fixed
14+ - Fix metros URL used in Metro API lists #122
15+ - Catch TypeError when HardwareReservations do not have a device assignment #120
16+
17+ ## [ 1.44.0] - 2021-05-19
1318### Added
1419- User-Agent header added to client requests #113
1520- ` Metro ` class added (https://feedback.equinixmetal.com/changelog/new-metros-feature-live ) #110
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# SPDX-License-Identifier: LGPL-3.0-only
33
4- """library to interact with the Packet API"""
4+ """library to interact with the Equinix Metal API"""
55
6- __version__ = "1.44.0 "
6+ __version__ = "1.44.1 "
77__author__ = "Equinix Metal Engineers"
88__author_email__ = "[email protected] " 99__license__ = "LGPL v3"
You can’t perform that action at this time.
0 commit comments