Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit e673faa

Browse files
authored
Merge pull request #65 from packethost/prep-release-1.41.0
Prep release 1.41.0
2 parents cdb67f2 + c66b69b commit e673faa

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.41.0] - 2019-10-16
8+
### Added
9+
- Support for retrieval of hardware reservations
10+
- CPR support at device creation
11+
712
## [1.40.0] - 2019-10-14
813
### Added
914
- Integration tests are only run if `PACKET_PYTHON_TEST_ACTUAL_API` envvar is set

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.40.0"
6+
__version__ = "1.41.0"
77
__author__ = "Packet Engineers"
88
__author_email__ = "help@packet.net"
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.40.0",
51+
version="1.41.0",
5252
description="Packet API client",
5353
long_description=long_description,
5454
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)