File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
55This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.38.2] - 2019-05-30
8+ ### Added
9+ - Test fixtures to sdist
10+
711## [ 1.38.1] - 2019-05-30
812### Fixed
913- Changelog
Original file line number Diff line number Diff line change 11include CHANGELOG.md
22include README.md
3+ include test/fixtures/*.json
Original file line number Diff line number Diff line change 33
44"""library to interact with the Packet API"""
55
6- __version__ = "1.38.1 "
6+ __version__ = "1.38.2 "
77__author__ = "Packet Engineers"
88__author_email__ = "[email protected] " 99__license__ = "LGPL v3"
Original file line number Diff line number Diff line change 4848
4949setup (
5050 name = "packet-python" ,
51- version = "1.38.1 " ,
51+ version = "1.38.2 " ,
5252 description = "Packet API client" ,
5353 long_description = long_description ,
5454 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments