Skip to content

Commit

Permalink
Merge pull request #124 from packethost/release-1.44.1
Browse files Browse the repository at this point in the history
prepare v1.44.1
  • Loading branch information
detiber committed Sep 21, 2021
2 parents 9029c01 + eaef920 commit d09ec01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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

0 comments on commit d09ec01

Please sign in to comment.