Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### Changed
### Fixed

## [1.44.0] - 2021-05-20
## [1.44.1] - 2021-09-20
### Fixed
- Fix metros URL used in Metro API lists #122
- Catch TypeError when HardwareReservations do not have a device assignment #120

## [1.44.0] - 2021-05-19
### Added
- User-Agent header added to client requests #113
- `Metro` class added (https://feedback.equinixmetal.com/changelog/new-metros-feature-live) #110
Expand Down
4 changes: 2 additions & 2 deletions packet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: LGPL-3.0-only

"""library to interact with the Packet API"""
"""library to interact with the Equinix Metal API"""

__version__ = "1.44.0"
__version__ = "1.44.1"
__author__ = "Equinix Metal Engineers"
__author_email__ = "support@equinixmetal.com"
__license__ = "LGPL v3"
Expand Down