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

Commit c38c1a8

Browse files
authored
Merge pull request #62 from packethost/bump-version
Bump version
2 parents 9d63bb4 + 6c61f77 commit c38c1a8

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.40.0] - 2019-10-14
8+
### Added
9+
- Integration tests are only run if `PACKET_PYTHON_TEST_ACTUAL_API` envvar is set
10+
- Rescue action and along with test
11+
- Missing SPDX and source encoding meta comments
12+
### Removed
13+
- Use of Travis CI
14+
15+
## [1.39.1] - 2019-09-17
16+
### Added
17+
- Support for `hardware_reservation_id`
18+
719
## [1.39.0] - 2019-08-26
820
### Added
921
- Support for Organizations, Events, Emails, VLAN, Snapshot Policies, Batches, Ports, VPN and IPs.

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.39.0"
6+
__version__ = "1.40.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.38.2",
51+
version="1.40.0",
5252
description="Packet API client",
5353
long_description=long_description,
5454
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)