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

Commit 6c61f77

Browse files
committed
Bump version to 1.40.0
1 parent 79a90b7 commit 6c61f77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## Unreleased
7+
## [1.40.0] - 2019-10-14
88
### Added
99
- Integration tests are only run if `PACKET_PYTHON_TEST_ACTUAL_API` envvar is set
1010
- Rescue action and along with test

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)