Skip to content

Commit eaef920

Browse files
committed
prepare v1.44.1
Signed-off-by: Marques Johansson <[email protected]>
1 parent 9029c01 commit eaef920

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

packet/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"

0 commit comments

Comments
 (0)