Skip to content

Commit 9e681d8

Browse files
authored
Merge pull request #56 from TheAntColony/master
Update version & changelog
2 parents 7e55c71 + b9dee33 commit 9e681d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.39.0] - 2019-08-26
8+
### Added
9+
- Support for Organizations, Events, Emails, VLAN, Snapshot Policies, Batches, Ports, VPN and IPs.
10+
- Live tests
11+
712
## [1.38.2] - 2019-05-30
813
### Added
914
- Test fixtures to sdist

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.38.2"
6+
__version__ = "1.39.0"
77
__author__ = "Packet Engineers"
88
__author_email__ = "[email protected]"
99
__license__ = "LGPL v3"

0 commit comments

Comments
 (0)