Skip to content

Commit c738226

Browse files
authored
Merge pull request #76 from packethost/release-1.42.0
Release 1.42.0
2 parents fa55f00 + 408907f commit c738226

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.42.0] - 2020-02-14
8+
### Added
9+
- Capturing of available_in to Plan
10+
- Capturing of hardware_reservation, spot_price_max, termination_time, and provisioning_percentage to Device
11+
- Support for creating project ssh keys
12+
- Support for passing custom_data when creating a device
13+
### Fixed
14+
- Black not building for CI and thus failing
15+
716
## [1.41.0] - 2019-10-16
817
### Added
918
- Support for retrieval of hardware reservations

packet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""library to interact with the Packet API"""
55

6-
__version__ = "1.41.0"
6+
__version__ = "1.42.0"
77
__author__ = "Packet Engineers"
88
__author_email__ = "[email protected]"
99
__license__ = "LGPL v3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
setup(
5050
name="packet-python",
51-
version="1.41.0",
51+
version="1.42.0",
5252
description="Packet API client",
5353
long_description=long_description,
5454
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)