File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 1.38.2 ] - 2019-05-30
8
8
### Added
9
9
- Test fixtures to sdist
10
10
Original file line number Diff line number Diff line change 3
3
4
4
"""library to interact with the Packet API"""
5
5
6
- __version__ = "1.38.1 "
6
+ __version__ = "1.38.2 "
7
7
__author__ = "Packet Engineers"
8
8
__author_email__ = "[email protected] "
9
9
__license__ = "LGPL v3"
Original file line number Diff line number Diff line change 48
48
49
49
setup (
50
50
name = "packet-python" ,
51
- version = "1.38.1 " ,
51
+ version = "1.38.2 " ,
52
52
description = "Packet API client" ,
53
53
long_description = long_description ,
54
54
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments