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
9
9
### Changed
10
10
### Fixed
11
11
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
13
18
### Added
14
19
- User-Agent header added to client requests #113
15
20
- ` Metro ` class added (https://feedback.equinixmetal.com/changelog/new-metros-feature-live ) #110
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# SPDX-License-Identifier: LGPL-3.0-only
3
3
4
- """library to interact with the Packet API"""
4
+ """library to interact with the Equinix Metal API"""
5
5
6
- __version__ = "1.44.0 "
6
+ __version__ = "1.44.1 "
7
7
__author__ = "Equinix Metal Engineers"
8
8
__author_email__ = "[email protected] "
9
9
__license__ = "LGPL v3"
You can’t perform that action at this time.
0 commit comments